aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-07-09Bump lxml from 4.7.1 to 4.9.1 (#1068)Gravatar dependabot[bot]-822/+75
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xithrius <[email protected]>
2022-07-09Bump pycares from 4.1.2 to 4.2.0 (#1067)Gravatar dependabot[bot]-32/+32
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-09Update .uwu to work with replies (#1070)Gravatar Bradley Reynolds-2/+15
2022-06-25Help: remove redundant space in subcommand aliasesGravatar Richard Si-1/+1
`parent` already has a trailing space so let's not add *another* one.
2022-06-17RealPython home page displayed on no user search. (#1063)Gravatar Xithrius-4/+12
2022-05-30Add amssymb packageGravatar PH-KDX-1/+1
Co-authored-by: Shakya Majumdar <[email protected]>
2022-05-26Allow latex command in data science and ai channelGravatar Chris Lovering-0/+8
2022-05-20Add topics for `#media-processing` channel (#1054)Gravatar DMFriends-0/+11
Add topics for `#media-processing` channel Co-authored-by: mina <[email protected]>
2022-05-18Add amsmath supportGravatar PH-KDX-0/+1
Amsmath is a widely used package for things such as including text in equations or aligning multiple equations. This PR includes it in the default LaTeX template so that p-eople can use Amsmath commands in the .latex command.
2022-03-14Bump pillow from 9.0.0 to 9.0.1 (#1045)Gravatar dependabot[bot]-33/+36
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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