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
*
Update issue template
Rapptz
2021-03-24
1
-2
/
+7
*
Clarify docs to state that on_reaction_remove requires Intents.members
Colin R
2021-03-24
1
-1
/
+6
*
[commands] fix documented type for Command.checks
Sebastian Law
2021-03-24
1
-1
/
+1
*
Make `await` text appear in async Member method docs
Sebastian Law
2021-03-24
1
-2
/
+8
*
Update create_dm documentation to say it's a coroutine
Alex Nørgaard
2021-03-24
1
-1
/
+3
*
[docs] Conveter -> Converter
Nadir Chowdhury
2021-03-24
1
-1
/
+1
*
Add roles to guild.estimate_pruned_members
z03h
2021-03-24
2
-3
/
+14
*
[commands] Include group args in command signature
jack1142
2021-03-24
1
-4
/
+13
*
[docs] Grammar fixes for intents.rst
Arnav Jindal
2021-03-24
1
-21
/
+4
*
Mark User.avatar_url as attribute in Intents.members docstring
Steve C
2021-03-13
1
-1
/
+1
*
[commands] fix Context.channel property documented type
Sebastian Law
2021-03-13
1
-2
/
+2
*
remove trailing whitespace
Nadir Chowdhury
2021-03-13
6
-23
/
+23
*
Fix references to snowflakes being max 21 long
Nihaal Sangha
2021-03-02
3
-6
/
+6
*
Fix typo with guild_discovery_grace_period_final_warning
Nadir Chowdhury
2021-03-02
1
-1
/
+1
*
Fix Permissions.all_channel documentation to link attributes
TheOneMusic
2021-03-01
1
-10
/
+11
*
Allow AuditLogEntry to be Hashable
Nadir Chowdhury
2021-03-01
1
-1
/
+19
*
Disallow empty sequences in Guild.query_members user_id parameter
Rapptz
2021-02-28
1
-7
/
+10
*
Add guild_id attribute to RawMessageUpdateEvent
Sebastian Law
2021-02-28
1
-1
/
+10
*
[tasks] remove redundant condition in Loop.next_iteration
Sebastian Law
2021-02-28
1
-1
/
+1
*
Update docs for discord.Invite.max_uses
xPolar
2021-02-28
1
-1
/
+3
*
Only run main() if the module is being executed as a script
Bryan Forbes
2021-02-28
1
-1
/
+2
*
Update permission class methods to match Discord UI
TheOneMusic
2021-02-28
1
-11
/
+47
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
18
-90
/
+47
*
Fix NameError with invoked_parents
Nadir Chowdhury
2021-02-24
1
-0
/
+1
*
Allow for callable class factories in abc.Connectable.connect
SuzuZusu
2021-02-24
1
-3
/
+4
*
[commands] Added tribool behaviour to HelpCommand.verify_checks
sudosnok
2021-02-24
1
-3
/
+11
*
fix mention_author in send causing unexpected allowed mentions
Sebastian Law
2021-02-24
1
-1
/
+2
*
Fix docstring for Guild.create_role
Arthaxeres
2021-02-24
1
-1
/
+1
*
Add remaining template endpoints
Nadir Chowdhury
2021-02-23
3
-7
/
+162
*
Add remaining v6 message types
Nadir Chowdhury
2021-02-23
3
-13
/
+62
*
Add converter example
Alex Nørgaard
2021-02-23
1
-0
/
+113
*
[commands] properly assign ctx.invoked_with with ctx.
Sebastian Law
2021-02-23
1
-1
/
+1
*
[commands] Add Context.invoked_parents
Sebastian Law
2021-02-23
2
-0
/
+15
*
Deprecate non-bot methods
Nadir Chowdhury
2021-02-23
8
-5
/
+126
*
[commands] Allow relative paths when handling extensions
Kaylynn Morgan
2021-02-23
1
-3
/
+37
*
Fix typo in Guild.fetch_member docs
Sebastian Law
2021-02-22
1
-1
/
+1
*
Fix up previous PR mistake with intentional backslashes
Rapptz
2021-02-21
1
-2
/
+2
*
Fix backslashes showing up in the docs
Sebastian Law
2021-02-21
2
-3
/
+3
*
[tasks] make __call__ actually appear in the docs
Sebastian Law
2021-02-21
2
-1
/
+2
*
Add "Secret" channel/emoji example
Nadir Chowdhury
2021-02-21
1
-0
/
+96
*
Document BanEntry
Maya
2021-02-21
2
-13
/
+22
*
Document behavior of on_disconnect
Sebastian Law
2021-02-20
1
-4
/
+4
*
Add User.mutual_guilds
sudosnok
2021-02-20
1
-0
/
+12
*
Update issue templates for migration
Kowlin
2021-02-19
2
-11
/
+23
*
Add Permissions.use_slash_commands
Rapptz
2021-02-18
1
-2
/
+6
*
Add support for the new permission serialization scheme.
Rapptz
2021-02-18
2
-6
/
+6
*
Fix ZeroDivisionError in DiscordVoiceWebSocket.average_latency
Riley Shaw
2021-02-18
1
-1
/
+1
*
Allow CustomActivity emoji to be constructed as documented.
Rapptz
2021-02-18
1
-1
/
+7
*
Clarify Message.nonce documentation
Rapptz
2021-02-18
1
-1
/
+1
*
[commands] Handle positional-only parameters in bot commands
Bryan Forbes
2021-02-17
1
-2
/
+2
[next]