| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | |
|
| | | | | | |
|
| | |\ \ \ \
| | | |/ /
| | |/| | |
|
| | | | | |
| | | | |
| | | | | |
From now on, when the interacting user and the original author of the view is different, the bot will send an ephemeral message regarding the issue.
|
| | | |\ \ \ |
|
| | | | |\ \ \ |
|
| | | | | | |/
| | | | |/|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When a user doesn't set a name, the AoC API doesn't return a name key at all, so we need to make use of the ID field instead, to build the name based on a similar tempalte that AoC uses for it's leaderboard.
Co-authored-by: ToxicKidz <[email protected]>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | |_|/ /
| |/| | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Like the previous commit, this trivial change is actually to try and reproduce a bug we had with our GitHub actions.
|
| | | |/ /
| |/| |
| | | |
| | | | |
This trivial change is actually to try and reproduce a bug we had with our GitHub actions.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add timestamp converter command.
Co-authored-by: Sn4u <[email protected]>
Co-authored-by: mathstrains21 <[email protected]>
Co-authored-by: mathstrains21 <[email protected]>
|
| | | | |
| | | |
| | | |
| | | | |
GitHub updated their issue closed emoji from red to purple, this updates the emoji to relfect that new colour.
|
| | | | | |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: Shom770 <[email protected]>
Co-authored-by: aru <[email protected]>
Co-authored-by: ChrisJL <[email protected]>
|
| | |\ \ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
This task uses the cached leaderboard to see who has all 50 stars and assigns them a role to highlight them as completers.
|
| | | | |
| | | |
| | | |
| | | | |
This adds some useful utils, get_or_fetch and handle role change. These utils handle errors themselves, so can simplify implementations within the commands.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
matplotlib, and its sub dependencies, caused a fresh install of an environment to take multiple minutes. As the latex cog is the only one that used it, and that is currently disabled, we have decided to remove it entirely.
Git gives us the benefit of being able to see deleted files. So whoever decides to implement latex again can use that for reference.
|
| | | | | |
|
| | | |\ \ |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Xithrius <[email protected]>
|
| | | | | | |
|
| | | |\| | |
|
| | | | |\ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since w epatched the message converter to work as intended, the help message given to a user when failing to resolve a message reference to a message object has been updated.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Discord.py's message converter is supposed to infer channelID based on ctx.channel if only a messageID is given. A refactor (linked below) a few weeks before d.py's archival broke this, so that if only a messageID is given to the converter, it will only find that message if it's in the bot's cache.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
add exceptions and handler for commands that move locations
|
| | | | | | | |
|
| | | | | | | |
|
| | | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Advent of Code Leaderboard BadArgument error embed now
mentions to join the leaderboard and to wait up to 30 minutes
if you've joined recently.
|
| | | | | | | |
|