aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/game.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-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 annotationsGravatar decorator-factory2021-08-31-8/+8
|
* chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-6/+6
|
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-2/+4
|
* chore: Reformat the code to follow the style guildGravatar ToxicKidz2021-05-07-7/+8
|
* chore: Don't have defaults for typing.Optional[...] in commandsGravatar ToxicKidz2021-05-05-1/+1
|
* chore: Change back to the original stringGravatar ToxicKidz2021-05-04-1/+1
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-2/+2
|
* 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 flake8 happy.Gravatar ToxicKidz2021-03-12-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
| | | | ;
* Add OAuth response to warning.Gravatar Chris2021-01-08-1/+4
|
* Switch to post requests and start task at right time.Gravatar Chris2021-01-08-9/+10
|
* Use current token if we can't get a new oneGravatar Chris2021-01-08-12/+21
|
* Move renewal window to a constGravatar Chris2021-01-08-2/+5
|
* Un-comment out task startGravatar Chris2021-01-08-1/+1
|
* Get and renew V4 OAuth tokenGravatar Chris2021-01-08-6/+47
|
* 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.
* Merge master: adjust `Space` cog locationGravatar kwzrd2020-04-01-4/+33
| | | | Module was placed in the `seasons` pkg, which we renamed to `exts`.
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-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.