| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-06-03 | Make self.pride a constant | -12/+10 | ||
| 2021-05-29 | Added "centisecond" in trivia_quiz.json (#751) | -1/+1 | ||
| * added centisecond in json Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-05-25 | Forward some status dog codes to status cat instead | -0/+5 | ||
| These status dog codes aren't server-friendly, so we use status cat instead. | ||||
| 2021-05-20 | (hotfix): Add __init__ to error handler cog | -1/+4 | ||
| 2021-05-20 | Remove trailing space | -1/+1 | ||
| 2021-05-19 | remove unnecessary check | -3/+1 | ||
| 2021-05-18 | Use an actual EST timezone | -1/+1 | ||
| Timezones are hard :( | ||||
| 2021-05-18 | Make `setup` docstring same as other cogs | -1/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-18 | Apply code review suggestions | -3/+2 | ||
| * Use read_text rather a with open * Remove Redundant list comprehension | ||||
| 2021-05-18 | Change bot typehint to bot.bot.Bot | -2/+3 | ||
| 2021-05-17 | Update references using EST const to use arrow | -3/+4 | ||
| 2021-05-17 | Remove bs4 and pytz update arrow to 1.1.0 | -61/+31 | ||
| Both bs4 and pytz are no longer used. Updated arrow to 1.1.0 while I'm here as the breaking changes don't impact us. | ||||
| 2021-05-17 | Change AoC helpers to use arrow over pytz | -11/+11 | ||
| This is the only place in the codebase that uses pytz, so we can remove the dependancy by chaging this to use arrow. I chose to use America/Chicago arbitrarily, for no other reason that being the first tz google returned that was in EST. | ||||
| 2021-05-17 | fix: Handle a KeyError when using .quiz stop | -14/+16 | ||
| 2021-05-16 | fix: Send the help for the right command in .src help | -7/+4 | ||
| 2021-05-16 | fix: use resolved reference | -1/+1 | ||
| 2021-05-16 | Type hint optional parameter | -1/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-16 | Update CODEOWNERS with poetry files | -1/+2 | ||
| 2021-05-16 | Bump d.py to 1.7.2 | -72/+161 | ||
| d.py 1.5.1 depending on multidict, which needs gcc installed. Bumping d.py to 1.7.2 removes the need fo rbuild tools in the image. d.py 1.7 introduced the line sep are on the paginator, so this needs to be added to our linepaginator subclass. | ||||
| 2021-05-16 | Revert bump to d.py | -146/+68 | ||
| 2021-05-16 | chore: use ctx.fetch_message | -1/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-15 | chore: add 'valid' wording | -1/+1 | ||
| 2021-05-15 | feat: allow replying to messages to bookmark | -1/+7 | ||
| 2021-05-15 | chore: Apply Iceman's suggestions | -2/+2 | ||
| Co-authored-by: Rohan Reddy Alleti <[email protected]> | ||||
| 2021-05-15 | chore: Add Iceman's suggested changes | -13/+17 | ||
| 2021-05-15 | chore: Apply suggestions from code review | -2/+2 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-05-15 | chore: Make more things use constants | -17/+9 | ||
| 2021-05-15 | Latex: temporarily disable loading of the cog | -0/+5 | ||
| As we are currently working on restricting resources on the latex cog, this commit will prevent it from loading. It will be reverted once solved. | ||||
| 2021-05-15 | chore: Apply suggested changes to hanukkah_embed.py | -12/+2 | ||
| 2021-05-15 | chore: Make things that are only used once constants | -67/+45 | ||
| 2021-05-15 | fix: Remove the useless return | -1/+0 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-05-15 | chore: Make all aliases in commands tuples | -31/+31 | ||
| 2021-05-15 | chore: Update myvalenstate.py | -3/+2 | ||
| Removes a redundant f string, and when is one leftover match, get the first item of the match list instead of having ['<match>'] | ||||
| 2021-05-15 | chore: Reformat bot/utils/__init__.py | -6/+10 | ||
| 2021-05-15 | Namespace each concurrency group | -4/+4 | ||
| This stops different actions, from the same commit, running in parallel from canceling each other. | ||||
| 2021-05-15 | chore: Remove redundant f-strings | -3/+3 | ||
| 2021-05-15 | Add concurrency behaviour to github actions | -0/+15 | ||
| This grouping means any new actions on either a PR or against main, will cancel any running actions. We do not care about these old actions, as they are out of date, so cancelling them will mean the actions we do care about get done faster. | ||||
| 2021-05-14 | Remove comments and update docstrings | -7/+3 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2021-05-14 | Fixes linting issue and improves randomness selection. | -11/+11 | ||
| 2021-05-14 | chore: Refactor more code to follow our style guide | -100/+136 | ||
| 2021-05-14 | Added randomness to cat or dog when not specified | -1/+0 | ||
| 2021-05-14 | Added randomness to cat or dog when not specified | -6/+16 | ||
| 2021-05-13 | chore: Break up the HelpSession.build_pages method | -85/+87 | ||
| 2021-05-13 | delete trailing whitespace after docstring | -1/+1 | ||
| smh i have to stop making these errors lmao, definitely going to see that precommit thing after this | ||||
| 2021-05-13 | fix the QuizEntry dataclass | -1/+2 | ||
| 2021-05-13 | add a docstring to the dataclass | -0/+1 | ||
| 2021-05-13 | implement decorator-factory's changes | -24/+31 | ||
| except for the major refactoring, which would probably be in a separate pr | ||||
| 2021-05-13 | chore: Use pathlib.Path.read_text & write_text over open | -98/+63 | ||
| 2021-05-13 | change the unsolvable math question to a linalg question | -2/+2 | ||
| 2021-05-12 | feat: merge ping and uptime cogs (#722) | -35/+19 | ||