aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/timed.py (follow)
Commit message (Expand)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-48/+0
* chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-1/+1
* fix: Pass bot only when __init__ is definedGravatar ToxicKidz2021-05-04-1/+1
* chore(evergreen): format each cog load docstring the same wayGravatar vcokltfre2021-04-19-1/+1
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-1/+3
* fix: display help for the correct command when an error occurs in timedGravatar vcokltfre2021-04-14-1/+3
* chore: add time as alias of timedGravatar vcokltfre2021-04-11-1/+1
* fix: use ctx.prefix when suggesting the help commandGravatar vcokltfre2021-04-11-1/+4
* return and send message if command isnt found while timingGravatar vcokltfre2021-04-11-1/+5
* fix message updating and return typesGravatar vcokltfre2021-04-11-2/+3
* removed unused cog init and fixed timing timed commandGravatar vcokltfre2021-04-10-3/+3
* add timed command for timed execution of commandsGravatar vcokltfre2021-04-10-0/+36