| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
replaced `.callback` calls with direct command awaits.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`unittest.TestCase` to `unittest.IsolatedAsyncTestCase` rest of test case classes.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`unittest.TestCase` to `unittest.IsolatedAsyncTestCase` in `InformationCogTests`.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`ctx.send_help`.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`discord.utils.sleep_until`
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`discord.utils.sleep_until`.
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
with only reeval emoji clear.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
awaiting command.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
_syncers.py
|
| | | | | | | | |
|
| | | | | | | |\
| | |_|_|_|_|/
| |/| | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
python-discord/bug/backend/1181/wait-for-deletion-404
Catch 404 in wait_for_deletion when reacting
|
| | | |\ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
Remove null chars before posting deleted messages
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Our API doesn't allow null characters in the content field. It may be
present because of a self bot that is able to send such character.
Fixes #1182
Fixes BOT-8E
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The message may be deleted before the bot gets a chance to react.
Fixes #1181
|
| | |\ \ \ \ \ |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This shouldn't be a warning, as we cannot do anything about it.
Fixes BOT-8X
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Now, when we send a DM and it fails:
* Ignore if due to disabled DMs
* Log exception otherwise
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Note that we were previously only catching 403. As the docstring
explains, we will now catch any Discord exception and only look
at the the code, rather than the status.
|
| | |\| | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This also bumps minor versions of several other packages. I've spun up
the bot and played around with it, and run all unit tests. Everything
still seems to be in order.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This rewords the welcome DM, and adds the new Welcome
To Python Discord video to it.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #1173
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |\ |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
the modified user data.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
instead of creating and updating a single user at a time, a list of dicts will be sent for bulk update and creation.
|
| | | | | | | |\ \ |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Added method to recursively GET users if paginated and another method to parse URL and return endpoint and query parameters.
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | |/ / / / / / /
|/| | | | | | | |
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The comment doesn't contribute anything.
|
| | |\ \ \ \ \ \ \ |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
The ternary is a bit confusing.
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | | | | | |
|
| | | |_|_|/ / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The confirmation was intended to be a safe guard against cache issues
that would cause a huge number of roles/users to deleted after syncing.
With `wait_until_guild_available`, such cache issue shouldn't arise.
Therefore, this feature is obsolete.
Resolve #1075
|
| |\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
Add userid decoding and user token detection to the token removal moderation feature
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
extract_user_id(id) is not None does the same job and is not worth the extra function
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Clean up mock usage, docstrings, unnecessarily split-lined function calls
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
the current server
Also adjust the naming and purposes of the format messages to KNOWN and UNKNOWN token messages.
|