Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move game and fun commands to Fun folder, fix ddg | 2021-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 annotations | 2021-08-31 | -3/+3 | |
| | ||||
* | chore: Make all aliases in commands tuples | 2021-05-15 | -1/+1 | |
| | ||||
* | chore: Improve .space epic's docstring | 2021-05-05 | -1/+1 | |
| | ||||
* | chore: Add all of the converters into bot/utils/converters.py | 2021-05-05 | -16/+3 | |
| | ||||
* | chore: Don't have defaults for typing.Optional[...] in commands | 2021-05-05 | -5/+5 | |
| | ||||
* | chore(evergreen): remove unneeded cog constructors | 2021-04-19 | -1/+0 | |
| | ||||
* | chore(evergreen): format each cog load docstring the same way | 2021-04-19 | -1/+1 | |
| | ||||
* | make invoke_help_command only take ctx | 2021-03-13 | -1/+1 | |
| | ||||
* | make utility invoke_help_command function | 2021-03-12 | -2/+2 | |
| | ||||
* | change ctx.send_help to ctx.invoke(help_command) | 2021-03-11 | -1/+2 | |
| | | | | ; | |||
* | Remove references to old name. | 2020-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 ↵ | 2020-04-07 | -3/+5 | |
| | | | | message when date is going out of range. | |||
* | (Space): Fixed formatting of try-except block. | 2020-04-06 | -5/+7 | |
| | ||||
* | (Space): Added check is date in range 16th June 1995 and today. | 2020-04-06 | -1/+6 | |
| | ||||
* | Merge master: adjust `Space` cog location | 2020-04-01 | -0/+240 | |
Module was placed in the `seasons` pkg, which we renamed to `exts`. |