aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/source.py (unfollow)
Commit message (Expand)AuthorLines
2021-05-15chore: Apply Iceman's suggestionsGravatar ToxicKidz-2/+2
2021-05-15chore: Add Iceman's suggested changesGravatar ToxicKidz-13/+17
2021-05-15chore: Apply suggestions from code reviewGravatar ToxicKidz-2/+2
2021-05-15chore: Make more things use constantsGravatar ToxicKidz-17/+9
2021-05-15Latex: temporarily disable loading of the cogGravatar Matteo Bertucci-0/+5
2021-05-15chore: Apply suggested changes to hanukkah_embed.pyGravatar ToxicKidz-12/+2
2021-05-15chore: Make things that are only used once constantsGravatar ToxicKidz-67/+45
2021-05-15fix: Remove the useless returnGravatar ToxicKidz-1/+0
2021-05-15chore: Make all aliases in commands tuplesGravatar ToxicKidz-31/+31
2021-05-15chore: Update myvalenstate.pyGravatar ToxicKidz-3/+2
2021-05-15chore: Reformat bot/utils/__init__.pyGravatar ToxicKidz-6/+10
2021-05-15Namespace each concurrency groupGravatar Chris-4/+4
2021-05-15chore: Remove redundant f-stringsGravatar ToxicKidz-3/+3
2021-05-15Add concurrency behaviour to github actionsGravatar Chris-0/+15
2021-05-14chore: Refactor more code to follow our style guideGravatar ToxicKidz-100/+136
2021-05-13chore: Break up the HelpSession.build_pages methodGravatar ToxicKidz-85/+87
2021-05-13chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz-98/+63
2021-05-12feat: merge ping and uptime cogs (#722)Gravatar vcokltfre-35/+19
2021-05-10Remove redundant comments in bookmark cogGravatar Chris-3/+1
2021-05-10chore: Use ctx instead of ctx.channelGravatar ToxicKidz-9/+6
2021-05-10chore: ctx.message.author -> ctx.authorGravatar ToxicKidz-6/+6
2021-05-10chore: Apply more suggested changesGravatar ToxicKidz-18/+17
2021-05-09fix: Use str.isdecimal instead of str.isdigitGravatar ToxicKidz-4/+4
2021-05-10Fixes Expected Token Revoke Status CodeGravatar Hassan Abouelela-1/+1
2021-05-07chore: Simplify the if statementGravatar ToxicKidz-1/+1
2021-05-07chore: Apply anand's suggested changesGravatar ToxicKidz-5/+4
2021-05-07chore: Reformat the code to follow the style guildGravatar ToxicKidz-50/+92
2021-05-07Update return type hint to reflect new behaviour.Gravatar ChrisJL-1/+1
2021-05-07Correct grammer in the new mosaic command outputGravatar Chris-1/+1
2021-05-07Add the number of squares that were used by .mosaicGravatar Chris-1/+1
2021-05-07Download avatars as size 1024 to avoid very large avatars affecting infraGravatar Chris-4/+4
2021-05-07Switch from fetch_member to fetch_userGravatar Chris-33/+35
2021-05-07fix: Add a missing 'not'Gravatar ToxicKidz-1/+1
2021-05-07chore: Get the next perfect squareGravatar ToxicKidz-2/+4
2021-05-06chore: Check if the number of squares first is bigger than the max firstGravatar ToxicKidz-6/+3
2021-05-06Use bot.bot.Bot for type hint, over commands.BotGravatar Chris-2/+3
2021-05-05chore: Use the name AvatarModify instead of PfpModifyGravatar ToxicKidz-1/+1
2021-05-05chore: Prefer double quotes over single quotesGravatar ToxicKidz-9/+9
2021-05-05chore: Fetch the member and use Colours.blue in the embed for the .mosaic com...Gravatar ToxicKidz-2/+9
2021-05-05chore: Remove useless call of `dict.keys()`Gravatar ToxicKidz-1/+1
2021-05-05chore: Use pathlib more often and apply other changesGravatar ToxicKidz-11/+10
2021-05-05chore: Apply suggested changesGravatar ToxicKidz-7/+8
2021-05-05chore: Improve .space epic's docstringGravatar ToxicKidz-1/+1
2021-05-05chore: Apply anand's suggested changesGravatar ToxicKidz-99/+96
2021-05-05chore: Add all of the converters into bot/utils/converters.pyGravatar ToxicKidz-67/+80
2021-05-05chore: Don't use "is not None"Gravatar ToxicKidz-1/+1
2021-05-05chore: Don't have defaults for typing.Optional[...] in commandsGravatar ToxicKidz-6/+6
2021-05-05chore: Add a 5 second cooldown per user to .catifyGravatar ToxicKidz-0/+1
2021-05-04chore: Replace the remaining double quotes with double quotesGravatar ToxicKidz-11/+11
2021-05-04chore: Change back to the original stringGravatar ToxicKidz-1/+1