This is a simple discord bot build using Discord.js.
The bot has been tweaked for usage on the Ideefix Discord server.
To run this bot, you will need to follow this guide.
Note: The guide recommends you to put your discord token inside config.json.
This however could result in pushing your private token to Github.
Our bot therefore prefers variables from your local .env file.
If you do not have the .env file, you can simply create it in the root folder.
(This is the same directory as this README.md file.)
Our .gitignore prevents pushing your local .env file which makes
this a far more secure place to store your private tokens.
Inside the file you should put the following:
DISCORD_TOKEN=70k3n
Replace 70k3n with your own token and you should be good to go.