An open API service indexing awesome lists of open source software.

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.

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