aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-03-14Add Twemoji utility command (#988)Gravatar Gustav Odinger-1/+167
Co-authored-by: Xithrius <[email protected]>
2022-03-13Handle Missing Logs in Latex API Response (#1036)Gravatar Shakya Majumdar-6/+9
Co-authored-by: Xithrius <[email protected]>
2022-03-04truncate output. (#1041)Gravatar MaskDuck-1/+4
2022-02-25Doublefixed indentation and removed unused import.Gravatar Gintautas Kazlauskas-2/+1
2022-02-25Fixed indentation.Gravatar Gintautas Kazlauskas-2/+2
2022-02-25Fixed docstring.Gravatar Gintautas Kazlauskas-1/+1
2022-02-25Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas-1/+1
Co-authored-by: Bluenix <[email protected]>
2022-02-24Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas-5/+8
Co-authored-by: Bluenix <[email protected]>
2022-02-23run isortGravatar Bradley Reynolds-1/+0
2022-02-23Fix invalid regexGravatar Bradley Reynolds-2/+2
Use just one group instead of two distinct ones Don't compile the substitution regex because the backreference doesn't exist yet. Use correct syntax for backreferences.
2022-02-23Use random.choice to select an item from a listGravatar Bradley Reynolds-1/+1
2022-02-23rename variablesGravatar Bradley Reynolds-4/+4
2022-02-23Compile all regex(s)Gravatar Bradley Reynolds-1/+1
2022-02-23Remove unused importGravatar Bradley Reynolds-1/+0
2022-02-21Update Sir Lancebot's banner image to match new brandingGravatar Leon Sandøy-0/+0
2022-02-20Add a step during lint that inits the botGravatar Chris Lovering-1/+9
This step doesn't actually call bot.run(), and is designed to catch errors in imports/cog setup functions before they are merged.
2022-02-20Don't call bot.run() if IN_CI env var is setGravatar Chris Lovering-1/+3
2022-02-20Fix TypeError caused by adding a list to a tupleGravatar Izan-1/+1
2022-02-20Allow `.src` in dev-contrib and community-meta (#1033)Gravatar TizzySaurus-22/+26
2022-02-16Add topics for `#programming-pedagogy` channelGravatar DMFriends-0/+9
2022-02-15Fix #1024 (#1030)Gravatar MaskDuck-1/+4
2022-02-15Disable AoC completionist taskGravatar ChrisJL-1/+2
This disabled the completionist task that checks the leaderboard for people who have 50 stars and gives out the role. Since the event is running, we are not keeping the session cookies up to date, so this is flooding #dev-log with errors. This task should be altered in preparation for next event so that commenting out this line isn't required. Co-authored-by: ToxicKidz <[email protected]>
2022-02-14fix: Add newlines in codeblock formattingGravatar ToxicKidz-1/+1
2022-02-12fix typoGravatar Shom770-1/+1
2022-02-09missing extra 7Gravatar Shom770-1/+1
2022-02-09add event runner role idGravatar Shom770-2/+2
2022-02-09let the paginator do its thingGravatar Shom770-8/+2
2022-02-09fix listsGravatar Shom770-11/+19
command
2022-02-09paginationGravatar Shom770-2/+14
2022-02-09fix scoreboard bugsGravatar Shom770-3/+46
2022-02-09initialize scoreboard view only during displayGravatar Shom770-4/+6
2022-02-09fix question bugGravatar Shom770-1/+1
2022-02-09reverting back to original commit for a NamedTupleGravatar Shom770-6/+7
2022-02-09reverting namedtuple changeGravatar Shom770-5/+11
2022-02-09int to ordinal as a separate methodGravatar Shom770-14/+11
2022-02-09Apply suggestions from code reviewGravatar Shom770-7/+6
Co-authored-by: Johannes Christ <[email protected]>
2022-02-09default timer is at 20 secondsGravatar Shom770-1/+1
2022-02-09change .. to ...Gravatar Shom770-3/+3
2022-02-093 second countdown before question starts.Gravatar Shom770-0/+3
2022-02-09shorten field titles for after a question has been answeredGravatar Shom770-1/+1
2022-02-09fixing .tn next logicGravatar Shom770-7/+18
2022-02-09QoL: adding an emoji and the number of people who answered for when the ↵Gravatar Shom770-2/+9
question is done
2022-02-09use correct emoji name for .tn listGravatar Shom770-5/+5
2022-02-09preventing the number of points from reaching too highGravatar Shom770-1/+1
2022-02-09sort the speed leaderboard properlyGravatar Shom770-4/+3
2022-02-09sending the question is no longer accepting guesses as an ephemeralGravatar Shom770-0/+1
2022-02-09fix visited for .tn list not workingGravatar Shom770-1/+1
2022-02-09improving ordinal number usage in _scoreboard.ScoreboardView._get_rankGravatar Shom770-3/+15
2022-02-09display error when something goes wrong with .trivianight loadGravatar Shom770-2/+2
2022-02-09fix \ with ifGravatar Shom770-2/+4