Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2022-07-09 | Bump lxml from 4.7.1 to 4.9.1 (#1068) | -822/+75 | ||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xithrius <[email protected]> | ||||
2022-07-09 | Bump pycares from 4.1.2 to 4.2.0 (#1067) | -32/+32 | ||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
2022-07-09 | Update .uwu to work with replies (#1070) | -2/+15 | ||
2022-06-25 | Help: remove redundant space in subcommand aliases | -1/+1 | ||
`parent` already has a trailing space so let's not add *another* one. | ||||
2022-06-17 | RealPython home page displayed on no user search. (#1063) | -4/+12 | ||
2022-05-30 | Add amssymb package | -1/+1 | ||
Co-authored-by: Shakya Majumdar <[email protected]> | ||||
2022-05-26 | Allow latex command in data science and ai channel | -0/+8 | ||
2022-05-20 | Add topics for `#media-processing` channel (#1054) | -0/+11 | ||
Add topics for `#media-processing` channel Co-authored-by: mina <[email protected]> | ||||
2022-05-18 | Add amsmath support | -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-14 | Bump pillow from 9.0.0 to 9.0.1 (#1045) | -33/+36 | ||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
2022-03-14 | Add Twemoji utility command (#988) | -1/+167 | ||
Co-authored-by: Xithrius <[email protected]> | ||||
2022-03-13 | Handle Missing Logs in Latex API Response (#1036) | -6/+9 | ||
Co-authored-by: Xithrius <[email protected]> | ||||
2022-03-04 | truncate output. (#1041) | -1/+4 | ||
2022-02-25 | Doublefixed indentation and removed unused import. | -2/+1 | ||
2022-02-25 | Fixed indentation. | -2/+2 | ||
2022-02-25 | Fixed docstring. | -1/+1 | ||
2022-02-25 | Update bot/exts/fun/uwu.py | -1/+1 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2022-02-24 | Update bot/exts/fun/uwu.py | -5/+8 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2022-02-23 | run isort | -1/+0 | ||
2022-02-23 | Fix invalid regex | -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-23 | Use random.choice to select an item from a list | -1/+1 | ||
2022-02-23 | rename variables | -4/+4 | ||
2022-02-23 | Compile all regex(s) | -1/+1 | ||
2022-02-23 | Remove unused import | -1/+0 | ||
2022-02-21 | Update Sir Lancebot's banner image to match new branding | -0/+0 | ||
2022-02-20 | Add a step during lint that inits the bot | -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-20 | Don't call bot.run() if IN_CI env var is set | -1/+3 | ||
2022-02-20 | Fix TypeError caused by adding a list to a tuple | -1/+1 | ||
2022-02-20 | Allow `.src` in dev-contrib and community-meta (#1033) | -22/+26 | ||
2022-02-16 | Add topics for `#programming-pedagogy` channel | -0/+9 | ||
2022-02-15 | Fix #1024 (#1030) | -1/+4 | ||
2022-02-15 | Disable AoC completionist task | -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-14 | fix: Add newlines in codeblock formatting | -1/+1 | ||
2022-02-12 | fix typo | -1/+1 | ||
2022-02-09 | missing extra 7 | -1/+1 | ||
2022-02-09 | add event runner role id | -2/+2 | ||
2022-02-09 | let the paginator do its thing | -8/+2 | ||
2022-02-09 | fix lists | -11/+19 | ||
command | ||||
2022-02-09 | pagination | -2/+14 | ||
2022-02-09 | fix scoreboard bugs | -3/+46 | ||
2022-02-09 | initialize scoreboard view only during display | -4/+6 | ||
2022-02-09 | fix question bug | -1/+1 | ||
2022-02-09 | reverting back to original commit for a NamedTuple | -6/+7 | ||
2022-02-09 | reverting namedtuple change | -5/+11 | ||
2022-02-09 | int to ordinal as a separate method | -14/+11 | ||
2022-02-09 | Apply suggestions from code review | -7/+6 | ||
Co-authored-by: Johannes Christ <[email protected]> | ||||
2022-02-09 | default timer is at 20 seconds | -1/+1 | ||
2022-02-09 | change .. to ... | -3/+3 | ||
2022-02-09 | 3 second countdown before question starts. | -0/+3 | ||
2022-02-09 | shorten field titles for after a question has been answered | -1/+1 | ||