aboutsummaryrefslogtreecommitdiffstats
path: root/dev/bot/__main__.py (follow)
Commit message (Collapse)AuthorAgeLines
* Lint codebase with new ruff rulesGravatar Chris Lovering2024-02-19-0/+1
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-31-1/+2
|
* Add a dry run step to lint & test CIGravatar Chris Lovering2022-12-11-1/+2
|
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-2/+2
|
* Use BOT_TOKEN in example projectGravatar Chris Lovering2022-09-11-1/+1
| | | | This is so that we use the same env var as metricity, remove the need for duplicate env vars.
* Add Sample Project With BoilerplateGravatar Hassan Abouelela2022-07-23-0/+34
Adds a bare-bones discord.py bot using features from bot-core, to be used for quickly prototyping and testing out bot-core features. Signed-off-by: Hassan Abouelela <[email protected]>