A simple Discord bot to show today's upcoming sneakers drops from whentocop.fr
Follow the Prerequisites & Installation section.
- A NodeJS running environment (Version >= 16.9 to support discord.js v14).
- A discord bot with all intents enabled and invited with the application.commands parameter (for slash command usage).
- Clone the repository and edit the config.json file.
- Install all the required npm packages using
npm i
. - Then run the index.js file using
node index.js
.
$ Once your bot has started, view today's drops with `/upcomingcop`.
- Default config.json file.
{
"token": "Discord Bot Token"
}
If you find any issue, make sure to create a pull request or release an issue!