| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
This moves the easter seasonal features into a more cohesive
holidays/easter folder. Additionally, this splits out earth day into
its own holiday folder.
|
| |
|
|
|
|
|
|
|
|
| |
Moves Advent of Code and Hacktoberfest into an events
folder. Although these are roughly associated with holidays,
they are standalone events that we have participated in
in the past.
Therefore they're being moved to an events folder
separate from the "fun" or "holidays" folders.
|
| |\ |
|
| | |\ |
|
| | | |\ |
|
| | | | |
| | | |
| | | |
| | | | |
`discord.Member.permissions_in()` was removed in d.py 2.0 in favour of using `discord.Channel.permissions_for()` everywhere.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | |/ |
|
| | | | |
|
| | |/ |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
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]>
|
| | |
| |
| |
| | |
Since it is the only way to add bots to threads, it would make sense to be able to execute that command.
|
| | |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| | |
Hard-coded in the appropriate 404 jpgs for wehn a status code does
not exist from the dog or cat urls.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
The unknown error embed was not using the text correctly,
using the suggestion from wookie to fix.
The "404" response from the dog URL returns 302 instead,
changed the elif to check if 302 response is returned.
|
| | |
| |
| |
| |
| | |
Changed the range check for the status code.
Previously was 599, now 600.
|
| | |
| |
| |
| |
| |
| |
| | |
Corrected the URL for the Dog embed (was mistakenly using CAT URL.
Created a standalone ERROR_LENGTH_EMBED to send if the code used
by the user is not in the range 100, 599.
Changed the response status check to include 299 (to be proper).
|
| | |
| |
| |
| |
| | |
This will avoid sending the error embed even when the status codes
are ok.
|
| | | |
|
| | |
| |
| |
| | |
Also updated the line breaks, black was formatting on save locally.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now that the branch is correctly tracking only the changes to the
file `status_codes.py` the other requests can be addressed. Currently
the only change not addressed is to handle the range of responses
allowed. My focus will be on lines 45 to 64 for these changes.
Issues #428 #500 #608
PR #610
|
| |\| |
|
| | | |
|
| | |
| |
| | |
Co-authored-by: wookie184 <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
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]
|
| | |\ |
|
| | | |\ |
|
| | | | |\ |
|
| | | | | |\ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: wookie184 <[email protected]>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|