| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 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 | ||
| 2022-02-09 | fixing .tn next logic | -7/+18 | ||
| 2022-02-09 | QoL: adding an emoji and the number of people who answered for when the ↵ | -2/+9 | ||
| question is done | ||||
| 2022-02-09 | use correct emoji name for .tn list | -5/+5 | ||
| 2022-02-09 | preventing the number of points from reaching too high | -1/+1 | ||
| 2022-02-09 | sort the speed leaderboard properly | -4/+3 | ||
| 2022-02-09 | sending the question is no longer accepting guesses as an ephemeral | -0/+1 | ||
| 2022-02-09 | fix visited for .tn list not working | -1/+1 | ||
| 2022-02-09 | improving ordinal number usage in _scoreboard.ScoreboardView._get_rank | -3/+15 | ||
| 2022-02-09 | display error when something goes wrong with .trivianight load | -2/+2 | ||
| 2022-02-09 | fix \ with if | -2/+4 | ||