index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix VoiceClient.average_latency erroring when heartbeat is None
Rapptz
2020-04-06
1
-2
/
+4
*
animated key is never given to reaction_remove(_emoji)
NCPlayz
2020-04-06
2
-5
/
+5
*
Update documentation on guild features to reflect Discord changes
Jake Ward
2020-04-06
1
-2
/
+3
*
[commands] Stop yielding duplicate commands from walk_commands
MarkKoz
2020-04-06
1
-2
/
+6
*
Documentation fixups for allowed mentions
Rapptz
2020-04-04
2
-2
/
+2
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
5
-34
/
+35
*
Allow introspection and setting of global allowed mention configuration
Rapptz
2020-04-04
1
-0
/
+18
*
Fix various implementation bugs with allowed mentions
Rapptz
2020-04-04
3
-7
/
+11
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
8
-7
/
+152
*
Fix regression with Member.activities not clearing
Rapptz
2020-04-04
2
-2
/
+5
*
Add position argument to Guild.create_category
Ilya Lukyanov
2020-04-04
1
-2
/
+2
*
Allow for optional custom error handler in tasks extension
Josh B
2020-04-04
1
-6
/
+38
*
Remove extra to in tasks docs
Epic
2020-04-04
1
-1
/
+1
*
Add use_cached to Attachment.to_file
Maku
2020-04-04
1
-2
/
+12
*
[tasks] Add is_running property to Loop
James
2020-04-04
1
-0
/
+7
*
Added VoiceClient.latency and VoiceClient.average_latency
Fwf
2020-04-04
2
-5
/
+39
*
[commands] Implement `commands.before/after_invoke`
NCPlayz
2020-04-04
2
-8
/
+101
*
Fix documentation problem with color
Saurabh Chaturvedi
2020-04-04
1
-1
/
+4
*
Version bump to v1.3.3
v1.3.3
Rapptz
2020-04-04
1
-2
/
+2
*
Add changelog for v1.3.3
Rapptz
2020-04-04
1
-0
/
+13
*
Change default close code to 4000 instead of 1000.
Rapptz
2020-04-04
3
-3
/
+3
*
Fixed missing awaits in subclassed coros
DevilXD
2020-04-04
1
-1
/
+1
*
Don't add None to Member.activities tuple
jack1142
2020-04-04
2
-2
/
+4
*
Add "FEATURABLE" in guild features.
PredaaA
2020-04-04
1
-0
/
+1
*
[commands] Fix a typo in the docstring of the internal _Semaphore class
s0lst1ce
2020-04-04
1
-1
/
+1
*
fixing the BaseActivity links
Glazed_Belmont
2020-04-04
1
-3
/
+3
*
Change package manager yum to dnf
Peter Levart
2020-03-01
2
-2
/
+2
*
Capitalize Python for consistency
Peter Levart
2020-03-01
1
-1
/
+1
*
Bump version to v1.3.2
v1.3.2
Rapptz
2020-02-22
1
-2
/
+2
*
Add changelog for v1.3.2
Rapptz
2020-02-22
1
-0
/
+18
*
Suppress missing Content-Type headers when fetching content
Rapptz
2020-02-22
1
-2
/
+7
*
Fix invalid format specifier in PartialWebhookState.__getattr__
Sebastiaan Zeeff
2020-02-22
1
-1
/
+1
*
on_invite_create requires Manage Channels
the-white-light
2020-02-22
1
-0
/
+2
*
Fix Webhook.send returning an empty string when wait=False
Rapptz
2020-02-16
1
-2
/
+4
*
Fix crashes when Message.guild is Object
Rapptz
2020-02-16
1
-2
/
+2
*
Add discord.ChannelType.category to documentation
Deniz
2020-02-16
1
-0
/
+3
*
[commands] Raise when passing invalid permission keys in their checks
Rapptz
2020-02-02
1
-4
/
+24
*
Guard against the member data not being available in VOICE_STATE_UPDATE
Rapptz
2020-02-01
1
-1
/
+4
*
Better detection for Cloudflare related 429s.
Rapptz
2020-02-01
1
-1
/
+1
*
Use member data from VOICE_STATE_UPDATE if not found in cache
Rapptz
2020-02-01
1
-0
/
+3
*
Bump waiting time of GUILD_CREATE stream by number of shards waited.
Rapptz
2020-01-28
2
-2
/
+4
*
Version bump to v1.3.1
v1.3.1
Rapptz
2020-01-26
1
-2
/
+2
*
Add changelog for v1.3.1
Rapptz
2020-01-26
1
-0
/
+19
*
Downgrade unknown event logging to DEBUG rather than WARNING
Rapptz
2020-01-26
1
-1
/
+1
*
Explicitly check for guild object
Merlintor
2020-01-26
1
-1
/
+2
*
Document the new opus loading behaviour
Rapptz
2020-01-25
1
-0
/
+1
*
Import ABC from collections.abc instead of collections
Karthikeyan Singaravelan
2020-01-25
1
-1
/
+1
*
Fix warnings regarding invalid escape sequences.
Karthikeyan Singaravelan
2020-01-25
1
-1
/
+1
*
Add Python 3.8 classifier to setup.py
Myst(MysterialPy)
2020-01-25
1
-0
/
+1
*
Fix fetching invites on guilds the user is not in
Rapptz
2020-01-25
1
-1
/
+1
[next]