aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/source.py (unfollow)
Commit message (Expand)AuthorLines
2021-05-16fix: Send the help for the right command in .src helpGravatar ToxicKidz-7/+4
2021-05-16fix: use resolved referenceGravatar vcokltfre-1/+1
2021-05-16Type hint optional parameterGravatar ChrisJL-1/+1
2021-05-16Update CODEOWNERS with poetry filesGravatar Chris-1/+2
2021-05-16Bump d.py to 1.7.2Gravatar Chris-72/+161
2021-05-16Revert bump to d.pyGravatar Chris-146/+68
2021-05-16chore: use ctx.fetch_messageGravatar vcokltfre-1/+1
2021-05-15chore: add 'valid' wordingGravatar vcokltfre-1/+1
2021-05-15feat: allow replying to messages to bookmarkGravatar vcokltfre-1/+7
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-13delete trailing whitespace after docstringGravatar Objectivitix-1/+1
2021-05-13fix the QuizEntry dataclassGravatar Objectivitix-1/+2
2021-05-13add a docstring to the dataclassGravatar Objectivitix-0/+1
2021-05-13implement decorator-factory's changesGravatar Objectivitix-24/+31
2021-05-13chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz-98/+63
2021-05-13change the unsolvable math question to a linalg questionGravatar Objectivitix-2/+2
2021-05-12feat: merge ping and uptime cogs (#722)Gravatar vcokltfre-35/+19
2021-05-12fix 4th copy paste errorGravatar Objectivitix-1/+1
2021-05-12quality-of-life refineryGravatar Objectivitix-3/+3
2021-05-12make the error embed change accordingly if DQL constant is modifiedGravatar Objectivitix-1/+1
2021-05-120 as an input to `questions` would now also raise an errorGravatar Objectivitix-3/+6
2021-05-12fix inconsistency of hexadecimal letter cases in Colours classGravatar Objectivitix-12/+12
2021-05-12add one more possible answer to math q208Gravatar Objectivitix-1/+1
2021-05-12fix ANOTHER copy paste error Gravatar Objectivitix-1/+1
2021-05-11fix unicode corruption errors by encoding to utf-8Gravatar Objectivitix-4/+2
2021-05-11fix copy paste errorGravatar Objectivitix-1/+1
2021-05-11change weird google docs unicode to standard onesGravatar Objectivitix-6/+6
2021-05-11made comment more precise as described by decorator-factoryGravatar Objectivitix-1/+1
2021-05-11add one more correct answer to science (q328)Gravatar Objectivitix-1/+1
2021-05-11fix original copy paste error in math questionGravatar Objectivitix-1/+1
2021-05-10Remove redundant comments in bookmark cogGravatar Chris-3/+1
2021-05-10lint failure fixesGravatar Objectivitix-4/+7
2021-05-10make vartol stricter when it's a generated questionGravatar Objectivitix-15/+19
2021-05-10chore: Use ctx instead of ctx.channelGravatar ToxicKidz-9/+6
2021-05-10chore: ctx.message.author -> ctx.authorGravatar ToxicKidz-6/+6