Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.43 KB

pyCharity pyCharity

Invite pyCharity Linter Actions Status

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!

Installation

This bot can be started using docker-compose: simply clone the repo and run docker-compose up.

Requirements

Register your discord bot

See discord.py's documentation on how to create a bot application.

  • Make sure both bot and application.commands scopes are selected.
  • Permissions should be set to at least 3154504784.

Install dependencies

Run poetry install to install dependencies.

Start bot

Run python src/main.py to start the bot.