aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/source.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move internal eval and rename utils to coreGravatar Janine vN2021-09-05-85/+0
| | | | | | | | | Part of this restructure involves splitting out the massive evergreen folder into a `fun` folder and then a `utilities` folder. To help with that we've rename the `util` folder to `core`. The core functions to run the bot have been moved into this folder. `.source`, `.ping`, and `.int e` have been moved into this folder.
* Fix type annotationsGravatar decorator-factory2021-08-31-2/+2
|
* fix: Send the help for the right command in .src helpGravatar ToxicKidz2021-05-16-7/+4
|
* chore: Add all of the converters into bot/utils/converters.pyGravatar ToxicKidz2021-05-05-21/+2
|
* fix: Pass bot only when __init__ is definedGravatar ToxicKidz2021-05-04-1/+1
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-1/+1
|
* chore(evergreen): remove unneeded cog constructorsGravatar vcokltfre2021-04-19-3/+0
|
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
|
* master => mainGravatar Joe Banks2021-03-13-1/+1
|
* Remove references to old name.Gravatar Leon Sandøy2020-11-21-1/+1
| | | | | I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so.
* removed tag handlingGravatar Anubhav16032020-10-04-5/+1
|
* removed aliases and default help commandGravatar Anubhav16032020-10-02-27/+10
|
* added source commandGravatar Anubhav16032020-10-01-2/+6
|
* added source commandGravatar Anubhav16032020-09-29-0/+126