This bot allows users to use Discord application commands ("slash commands") to sign up for pair programming practice according to their preferred schedule. User schedules are stored locally in a sqlite database.
Functionality is fairly minimal and example usage should be referenced through the code.
The server administrator should use the appropriate administrator-only commands to configure how notifications get sent out.
Place your Discord bot token in .env:
BOT_TOKEN_DEV=...Dependencies are managed with Hatch:
hatch env create
hatch run devRun black and isort on your code:
hatch run style:check
hatch run style:format