aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/movie.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-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 annotationsGravatar decorator-factory2021-08-31-5/+5
|
* Improve code consistency in Movie, Wikipedia and Hactoberstats CogsGravatar D0rs4n2021-08-07-0/+2
|
* Update the movie cog to use aiohttp get paramsGravatar D0rs4n2021-08-07-5/+4
|
* chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-2/+2
|
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-2/+4
|
* chore: Apply anand's suggested changesGravatar ToxicKidz2021-05-05-5/+5
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-10/+10
|
* 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
|
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-1/+2
|
* make invoke_help_command only take ctxGravatar ToxicKidz2021-03-13-1/+1
|
* Make flake8 happy again.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
| | | | ;
* Comply with TMDB API ToSGravatar Will Da Silva2020-10-16-1/+4
|
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-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.