Rapptz
de5caf59d6
Cache member.roles access to avoid surprising performance traps
Without the cache, repeated access could be accidentally quadratic or
worse.
5 years ago
Rapptz
ae3dac0d59
[commands] Add check_any check to OR together various checks
5 years ago
Rapptz
51546dbdb6
[commands] Document the changed Command.can_run behaviour
5 years ago
Rapptz
f1118273f5
Fix Member.mentioned_in returning True if in separate guilds
5 years ago
Rapptz
527b3485dc
[commands] Make Command.can_run process disabled commands
5 years ago
NCPlayz
787d424dce
Add `VoiceRegion.dubai`
5 years ago
Rapptz
195b5188e8
Add Attachment.to_file to easily send an attachment.
The first thing someone will ask when someone sees this method is
"Why doesn't `send` just accept `Attachment`?". This question is fair
but it has an issue: exception propagation becomes confusing.
When we save a file and write it to memory an HTTP request is sent
similar to other API calls. Like all HTTP requests, these can fail.
Since these requests denote failure using HTTPException, if it were to
originate within `send` then it becomes confusing to know whether the
attachment saving itself failed or whether the sending failed.
For that reason, and to keep in-line with only 1 type of HTTP call per
method, it doesn't make sense for `send` to support `Attachment`.
5 years ago
Rapptz
6847f13198
Document that widget members may be incomplete.
See https://github.com/discordapp/discord-api-docs/issues/1287
5 years ago
Rapptz
fdab6e464f
Remove unnecessary pass using regex in Message.clean_content
The utils.escape_mentions should deal with it
5 years ago
Michael H
6794bdaac5
Use discord.utils.escape_mentions as last step of
discord.Message.clean_content
5 years ago
Christian Clauss
f9b8b234e3
Typo: AuditLogActionCategory
5 years ago
Rapptz
c92ca4ee07
Add Profile.system and Profile.team_user to query newer flags
5 years ago
Rapptz
2de90fbecf
Add User.system and MessageFlags.urgent
5 years ago
Rapptz
f7687e0a68
Clean up flag code significantly.
This also fixes the False setting bug.
5 years ago
NCPlayz
9c6a121644
Implement discord.MessageFlags
Refactor flags placement and use it for suppression.
5 years ago
Rapptz
fe1ebb3144
Default the Streaming name to the one passed for user created ones.
5 years ago
NCPlayz
a74bdaa8b2
Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel`
5 years ago
Rapptz
d9a8ae9c78
[commands] Add predicate attribute to checks to get inner function
5 years ago
NCPlayz
17901becf0
Add support for YouTube Streaming
5 years ago
NCPlayz
bb71f14ce3
Add `RawReactionActionEvent.member`
5 years ago
Io Mintz
ecff52a7e8
Document the exception-suppressing behaviour of Message.delete
This is already documented for Messageable.send's delete_after kwarg.
PR #2481
5 years ago
Rapptz
ec4962a14c
Wait 5 seconds before IDENTIFYing with an invalidated session.
5 years ago
Rapptz
1179df7e29
[commands] Make Greedy ignore parsing errors.
5 years ago
alexandrianlibrarian
def012e281
Be more explicit in the utils.find example code.
5 years ago
Leaf ▲
ab3eab135f
Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED
5 years ago
StarrFox
e79ccf3f4c
[commands] check if prefix is None in .pages
5 years ago
Matt Carey
bcbfc354cf
Add support for xsalsa20_poly1305_lite
5 years ago
Xua
7972570eb6
[commands] Add guild-based permission checks
5 years ago
Lorenzo
1b9108ffd7
The port is a big endian unsigned short.
See https://github.com/discordapp/discord-api-docs/pull/1244
5 years ago
Merlintor
b458cc7b7d
Return 'username' instead of 'name'
5 years ago
Rapptz
7045639adc
Fix KeyError for things without a created_at
5 years ago
Stefano Pigozzi
6065cee7a0
Change websockets version to >=6.0, !=7
Allow the usage of newer websockets versions, as the bug preventing the upgrade was fixed in websockets 8.0, while allowing the install of discord.py on Python 3.5.
5 years ago
NCPlayz
0c97907832
Add `Activity.created_at`
5 years ago
CapnS
072cef3bb6
Allow editing of overwrites in Channel.edit()
6 years ago
Rapptz
c62b6c3e88
Fix more deprecation warnings for 3.8
5 years ago
NCPlayz
f554819506
Implement `Webhook.type`
5 years ago
Nelluk
dc86670d7f
Fix typo in help.py docs
Changed "intend" to "indent"
5 years ago
Imayhaveborkedit
839afce178
Print exception tracebacks in voice threads
Errors occurring within `AudioSource.read()` and `after()` functions will now display their tracebacks as if they were unhandled exceptions.
5 years ago
Josh B
7df5effbb7
Add new audit log entry types. Fix issue with unknown entry types
5 years ago
Rapptz
4ef0fb0d95
Fix more deprecation warnings
5 years ago
Rapptz
1b040fd4ba
Fix one more remaining loop passing for 3.8 in a Lock
5 years ago
Rapptz
a6f61dcbde
Fix all deprecation warnings for 3.8
5 years ago
Rapptz
924398c1ac
Trailing whitespace in documentation.
5 years ago
Rapptz
45f342ff79
Fix regression with references being overwritten from the cache.
A proper fix for this would be to just request presence information
as well since the chunk request would probably be more up to date than
the current cache. However this delta requires a little bit more work
and will be done later.
5 years ago
Rapptz
15f0b000e1
Move PartialEmoji over to a new namespace to avoid circular imports
5 years ago
Rapptz
e1a237a0d3
Revert "[tasks] Add Loop.exception for more reliable exception retrieval."
This reverts commit 7a8c9e66d9
.
5 years ago
Rapptz
071c5b89e0
Revert "[tasks] Add support for explicit time parameter when running."
This reverts commit 9f822a1e6d
.
5 years ago
Taewan-P
5517a42ee3
Update requirements.txt for future update
6 years ago
rkevin
51b3143319
Fix OggStream "invalid header magic" at end of stream
5 years ago
Rapptz
a238c6178a
Update regex to fetch URLs to match the official client.
Fixes #2420 .
5 years ago