/bunger-bot-discord

A discord bot for our private server needs

Primary LanguagePython

bunger-bot-discord

A discord bot for our private server needs

TODO:

  • Spam ping @SGCDC feature
  • Clash reminder
  • What game should we play today?
  • Bulk add words

How to run

  1. Clone this repo
  2. Create a .env file in this directory and add the bot token as follows:
DISCORD_TOKEN=YOUR-TOKEN-HERE
  1. Install dependencies (below)
  2. Run python3 bot.py

Dependencies

  • Python 3.8 (dev)
  • Discord.py
  • python-dotenv