aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/status_codes.py (follow)
Commit message (Expand)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-87/+0
* Handle status not found with 404 pictureGravatar bradtimmis2021-09-01-1/+8
* Remove unnecessary Embed from set_footerGravatar bradtimmis2021-09-01-1/+1
* Fix Embed footer text, catch 302 responseGravatar brad90four2021-08-31-2/+2
* All ranges are inclusiveGravatar brad90four2021-08-31-2/+2
* Fix Dog instead of Cat, code error embed updateGravatar brad90four2021-08-31-14/+8
* Add returns after sending embedGravatar brad90four2021-08-31-0/+2
* Remove unnecessary commaGravatar brad90four2021-08-31-1/+1
* Add logic to handle acceptable range of codesGravatar brad90four2021-08-31-9/+22
* Update docstrings, ' -> ", code styleGravatar brad90four2021-08-31-4/+4
* Add requested changesGravatar bradtimmis2021-08-30-10/+22
* Update branch with mainGravatar bradtimmis2021-08-30-10/+18
|\
| * Forward some status dog codes to status cat insteadGravatar Chris2021-05-25-0/+5
| * remove unnecessary checkGravatar Icebluewolf2021-05-19-3/+1
| * Merge branch 'main' into http_status_command_randomnessGravatar Icebluewolf2021-05-17-10/+12
| |\
| | * chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-8/+8
| | * chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
| * | Remove comments and update docstringsGravatar Icebluewolf2021-05-14-7/+3
| * | Fixes linting issue and improves randomness selection.Gravatar Ice Wolfy2021-05-14-11/+11
| * | Added randomness to cat or dog when not specifiedGravatar Ice Wolfy2021-05-14-1/+0
| * | Added randomness to cat or dog when not specifiedGravatar Ice Wolfy2021-05-14-6/+16
| |/
| * make invoke_help_command only take ctxGravatar ToxicKidz2021-03-13-1/+1
| * Make flake8 happy.Gravatar ToxicKidz2021-03-12-0/+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
* | Numerous syntax and bug fixesGravatar sam-heller2021-03-03-20/+16
* | Return 404 Floof embed on invalid status codeGravatar sam-heller2021-03-03-4/+12
* | Removed HTTPStatus Dependency, enable broader Status Code SupportGravatar sam-heller2021-03-03-52/+28
|/
* Make use of constants in the urlGravatar Shivansh-0072021-02-04-12/+11
* Add not Implemented error handler for .status cat commandGravatar Shivansh-0072021-02-02-0/+3
* Add similar repsonse.status check to too, and instead of ValueError raise No...Gravatar Shivansh-0072021-02-01-4/+12
* rename the cog to HTTPStatusCodesGravatar Shivansh-0072021-02-01-3/+3
* Remove unused importsGravatar Shivansh-0072021-01-31-2/+0
* Add http status dog and add http_cat to group http_statusGravatar Shivansh-0072021-01-28-0/+63