aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/space.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-236/+0
| | | | | | | | | | | This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed.
* Fix type annotationsGravatar decorator-factory2021-08-31-3/+3
|
* chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-1/+1
|
* chore: Improve .space epic's docstringGravatar ToxicKidz2021-05-05-1/+1
|
* chore: Add all of the converters into bot/utils/converters.pyGravatar ToxicKidz2021-05-05-16/+3
|
* chore: Don't have defaults for typing.Optional[...] in commandsGravatar ToxicKidz2021-05-05-5/+5
|
* chore(evergreen): remove unneeded cog constructorsGravatar vcokltfre2021-04-19-1/+0
|
* chore(evergreen): format each cog load docstring the same wayGravatar vcokltfre2021-04-19-1/+1
|
* make invoke_help_command only take ctxGravatar ToxicKidz2021-03-13-1/+1
|
* make utility invoke_help_command functionGravatar ToxicKidz2021-03-12-2/+2
|
* change ctx.send_help to ctx.invoke(help_command)Gravatar ToxicKidz2021-03-11-1/+2
| | | | ;
* Remove references to old name.Gravatar Leon Sandøy2020-11-21-3/+3
| | | | | 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.
* (Space): Moved APOD command min date to constant, made changes in error ↵Gravatar ks1292020-04-07-3/+5
| | | | message when date is going out of range.
* (Space): Fixed formatting of try-except block.Gravatar ks1292020-04-06-5/+7
|
* (Space): Added check is date in range 16th June 1995 and today.Gravatar ks1292020-04-06-1/+6
|
* Merge master: adjust `Space` cog locationGravatar kwzrd2020-04-01-0/+240
Module was placed in the `seasons` pkg, which we renamed to `exts`.