aboutsummaryrefslogtreecommitdiffstats
path: root/dev/bot (follow)
Commit message (Collapse)AuthorAgeLines
* 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/+91
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]>