A discord bot for our private server needs
- Spam ping @SGCDC feature
- Clash reminder
- What game should we play today?
- Bulk add words
- Clone this repo
- Create a
.env
file in this directory and add the bot token as follows:
DISCORD_TOKEN=YOUR-TOKEN-HERE
- Install dependencies (below)
- Run
python3 bot.py
- Python 3.8 (dev)
- Discord.py
- python-dotenv