Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move game and fun commands to Fun folder, fix ddg | 2021-09-05 | -485/+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 | -8/+8 | |
| | ||||
* | chore: Make all aliases in commands tuples | 2021-05-15 | -6/+6 | |
| | ||||
* | chore: Refactor more code to follow our style guide | 2021-05-14 | -2/+4 | |
| | ||||
* | chore: Reformat the code to follow the style guild | 2021-05-07 | -7/+8 | |
| | ||||
* | chore: Don't have defaults for typing.Optional[...] in commands | 2021-05-05 | -1/+1 | |
| | ||||
* | chore: Change back to the original string | 2021-05-04 | -1/+1 | |
| | ||||
* | chore: Prefer double quotes over single quotes | 2021-05-04 | -2/+2 | |
| | ||||
* | 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 flake8 happy. | 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 | |
| | | | | ; | |||
* | Add OAuth response to warning. | 2021-01-08 | -1/+4 | |
| | ||||
* | Switch to post requests and start task at right time. | 2021-01-08 | -9/+10 | |
| | ||||
* | Use current token if we can't get a new one | 2021-01-08 | -12/+21 | |
| | ||||
* | Move renewal window to a const | 2021-01-08 | -2/+5 | |
| | ||||
* | Un-comment out task start | 2021-01-08 | -1/+1 | |
| | ||||
* | Get and renew V4 OAuth token | 2021-01-08 | -6/+47 | |
| | ||||
* | 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. | |||
* | Merge master: adjust `Space` cog location | 2020-04-01 | -4/+33 | |
| | | | | Module was placed in the `seasons` pkg, which we renamed to `exts`. | |||
* | Deseasonify: rename `seasons` pkg to `exts` | 2020-03-28 | -0/+395 | |
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. |