| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-09-02 | A list of emojis | -1/+1 | ||
| 2021-09-02 | Removed more not-needed `None` returns | -3/+3 | ||
| 2021-09-02 | Removed unecessary `None` annotation | -2/+1 | ||
| 2021-09-02 | Added documentation for tuple | -1/+1 | ||
| 2021-09-02 | Removed depricated `typing.Match` | -2/+2 | ||
| 2021-09-01 | Removed unecessary annotations. | -4/+3 | ||
| 2021-09-01 | Removed None return annotation for any __init__ | -19/+19 | ||
| 2021-09-01 | Union item with None to Optional with item. | -10/+10 | ||
| 2021-09-01 | Improved consistency for codeblocks to end with a newline | -30/+34 | ||
| 2021-09-01 | Start and end codeblocks with newlines to avoid android rendering them inline | -13/+13 | ||
| 2021-09-01 | Use permissions_for over permissions_in | -6/+8 | ||
| `discord.Member.permissions_in()` was removed in d.py 2.0 in favour of using `discord.Channel.permissions_for()` everywhere. | ||||
| 2021-08-31 | Fix type annotations | -228/+227 | ||
| 2021-08-31 | Snakes: make use of PLAYER_ICON_IMAGE_SIZE again | -1/+1 | ||
| 2021-08-31 | Make the bot automatically join threads | -2/+18 | ||
| This is just a QoL of life thing, avoiding having us to check if the bot is here or not before issuing a command Co-authored-by: ChrisJL <[email protected]> | ||||
| 2021-08-31 | Trigger the bot on mentions | -1/+2 | ||
| Since it is the only way to add bots to threads, it would make sense to be able to execute that command. | ||||
| 2021-08-31 | Migrate to Discord.py 2.0a0 | -185/+194 | ||
| Since the Discord.py repository has been archived, we can switch to the latest commit of 2.0a0, knowing no breaking change will occur (still pinned to the commit just in case). This commit also solves two small problems due to that fix, the avatar interface changing and Embed.name disappearing. Quite a painless migration. | ||||
| 2021-08-30 | Handle single article result | -1/+6 | ||
| 2021-08-30 | Correct article length check with future proofing | -1/+1 | ||
| Co-authored-by: wookie184 <[email protected]> | ||||
| 2021-08-30 | Only send articles to user | -2/+2 | ||
| Added the "kind": "article" parameter to the API request. This should only return articles to the user instead of courses, lessons or quizzes. Also updated the "Here are the top x results" message to handle a variable amount of articles. [Ticket: python-discord#828] | ||||
| 2021-08-30 | Add baby anaconda to snake hatch (#822) | -1/+2 | ||
| Add baby anaconda to snake hatch, using the anaconda logo | ||||