A discord bot with information and template tracking for pxls.space. Inspired by Mikarific's Charity bot.
Try out the beta version on your server by clicking the "Invite pycharity" button under the logo!
This bot can be started using docker-compose: simply clone the repo and run docker-compose up
.
See discord.py's documentation on how to create a bot application.
- Make sure both
bot
andapplication.commands
scopes are selected. - Permissions should be set to at least
3154504784
.
Run poetry install
to install dependencies.
Run python src/main.py
to start the bot.