| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Move game and fun commands to Fun folder, fix ddg | 2021-09-05 | -205/+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 | -5/+5 | |
| | | ||||
| * | Improve code consistency in Movie, Wikipedia and Hactoberstats Cogs | 2021-08-07 | -0/+2 | |
| | | ||||
| * | Update the movie cog to use aiohttp get params | 2021-08-07 | -5/+4 | |
| | | ||||
| * | chore: Make all aliases in commands tuples | 2021-05-15 | -2/+2 | |
| | | ||||
| * | chore: Refactor more code to follow our style guide | 2021-05-14 | -2/+4 | |
| | | ||||
| * | chore: Apply anand's suggested changes | 2021-05-05 | -5/+5 | |
| | | ||||
| * | chore: Prefer double quotes over single quotes | 2021-05-04 | -10/+10 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -1/+2 | |
| | | ||||
| * | make invoke_help_command only take ctx | 2021-03-13 | -1/+1 | |
| | | ||||
| * | Make flake8 happy again. | 2021-03-12 | -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 | |
| | | | | | ; | |||
| * | Comply with TMDB API ToS | 2020-10-16 | -1/+4 | |
| | | ||||
| * | Deseasonify: rename `seasons` pkg to `exts` | 2020-03-28 | -0/+198 | |
| It is believed that this is now a more logical name for the package, as extensions no longer bind to seasons. Internally, packages are still grouped into seasonal sub-packages. There are quite a few, and it makes sense to group them by a common theme that inspired their functionality. | ||||