https://github.com/rodentman87/giveaway-bot
This is an example giveaway bot using scheduled events to track the giveaway info.
https://github.com/rodentman87/giveaway-bot
discord discord-bot discordjs
Last synced: 26 days ago
JSON representation
This is an example giveaway bot using scheduled events to track the giveaway info.
- Host: GitHub
- URL: https://github.com/rodentman87/giveaway-bot
- Owner: Rodentman87
- Created: 2022-05-17T04:47:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T02:56:36.000Z (over 3 years ago)
- Last Synced: 2025-03-27T11:19:49.874Z (about 1 year ago)
- Topics: discord, discord-bot, discordjs
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run the bot, rename `example.env` to `.env` and input your bot's token. Then run `yarn` and `yarn start:dev`.
This app was generated with create-slashasaurus-app. All the dependencies have
been installed, to run the app, run:
```sh
npm run build
npm run start
```
or
```sh
yarn build
yarn start
```
To learn more about slashasaurus, visit https://rodentman87.gitbook.io/slashasaurus/quick-start