aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/snakes/_snakes_cog.py (follow)
Commit message (Expand)AuthorAgeLines
* Move snakes commands into fun folderGravatar Janine vN2021-09-05-1151/+0
* Removed more not-needed `None` returnsGravatar Xithrius2021-09-02-1/+1
* Fix type annotationsGravatar decorator-factory2021-08-31-4/+4
* Migrate to Discord.py 2.0a0Gravatar Matteo Bertucci2021-08-31-10/+4
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-3/+7
* chore: Use ctx instead of ctx.channelGravatar ToxicKidz2021-05-10-1/+1
* chore: ctx.message.author -> ctx.authorGravatar ToxicKidz2021-05-10-3/+3
* chore: Reformat the code to follow the style guildGravatar ToxicKidz2021-05-07-7/+19
* chore: Apply anand's suggested changesGravatar ToxicKidz2021-05-05-88/+87
* Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lancebot in...Gravatar ToxicKidz2021-05-04-1/+1
|\
| * chore: Don't make content an empty stringGravatar ToxicKidz2021-05-04-1/+1
* | chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-76/+76
|/
* chore: Don't return a Message object when the return annotation is NoneGravatar ToxicKidz2021-05-03-2/+4
* chore: ctx.channel.send -> ctx.sendGravatar vcokltfre2021-04-20-11/+11
* make invoke_help_command only take ctxGravatar ToxicKidz2021-03-13-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
* Remove unused importGravatar William Da Silva2020-12-29-1/+1
* Merge branch 'master' into omdb-to-tmdbGravatar William Da Silva2020-12-28-18/+7
|\
| * Check if error.original is an instance of OSError.Gravatar Rohan2020-12-11-4/+3
| * Modify snakes_cog error handler.Gravatar Rohan2020-12-07-16/+6
* | Merge branch 'master' into omdb-to-tmdbGravatar Matteo Bertucci2020-11-30-2/+2
|\|
| * Use get instead direct getting of key for snake video responseGravatar ks1292020-10-07-1/+1
| * Snakes: Use `quote_plus` instead `quote` for parsing snake video queryGravatar ks1292020-10-07-1/+1
* | Fix empty field in snake movie embedGravatar Will Da Silva2020-10-16-2/+4
* | Comply with TMDB ToSGravatar Will Da Silva2020-10-16-1/+2
* | Set the number of movie pages fetched on first requestGravatar Will Da Silva2020-10-13-1/+5
* | Fix TMDB leakGravatar Will Da Silva2020-10-08-1/+1
* | Replace OMDB with TMDBGravatar Will Da Silva2020-10-05-51/+43
|/
* Update snake cog so ext command won't show filesGravatar Gustav Odinger2020-09-21-0/+1151