Skip to content

cvc04/ranking

 
 

Repository files navigation

Discord bot template

See the discord.py docs for more info

Running

Make a file called discord_token.txt in the folder secrets/ and paste your discord token into it.

Run docker compose up --build to start the bot.

Managing dependencies

Create and activate a venv with python -m venv venv and source venv/bin/activate.

Install poetry

Add dependencies with poetry add <dep> and make sure they're installed with poetry install

Adding commands

Any file with a setup function for a Cog in the bot/extensions/ folder will automatically be added to the bot on startup

About

Simple discord bot that keeps track of rankings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.6%
  • Dockerfile 1.4%