chunky-dev / discord-bot

Friendly bot for the Chunky Discord server.
GNU Affero General Public License v3.0
2 stars 4 forks source link
discord-bot hacktoberfest

Chunky Discord Bot

Discord bot for the Chunky discord community.

How to debug

  1. Install Python 3 and pip3
  2. Install dependencies using pip3 install -r requirements.txt
  3. Run usage: main.py --debug-guild <your server id> <discord api token> (--debug-guild is only needed for slash commands)