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
path:
root
/
discord
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix backslashes showing up in the docs
Sebastian Law
2021-02-21
1
-2
/
+2
*
[tasks] make __call__ actually appear in the docs
Sebastian Law
2021-02-21
1
-1
/
+1
*
Document BanEntry
Maya
2021-02-21
1
-13
/
+6
*
Add User.mutual_guilds
sudosnok
2021-02-20
1
-0
/
+12
*
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
*
Fix documentation with reference in GroupChannel.permissions_for
SuzuZusu
2021-02-17
1
-2
/
+2
*
[commands] Add support for rgb function in ColourConverter
Rapptz
2021-02-07
1
-11
/
+58
*
[commands] Add discord.Guild converter and GuildNotFound error
Alex Nørgaard
2021-02-07
2
-1
/
+45
*
Ensure Message.call is None by default
Peter Delevoryas
2021-02-06
1
-0
/
+1
*
Add versionchanged to guild.create_role
Zomatree
2021-01-26
1
-0
/
+3
*
Use member provided data in typing_start event if not in cache
Rapptz
2021-01-24
1
-0
/
+5
*
[commands] Fix documented type of `Context.cog`
Jonas Bohmann
2021-01-24
1
-1
/
+1
*
Add PartialEmoji.url_as
z03h
2021-01-24
1
-4
/
+37
*
Clarify on_raw_message_edit cached message nature
ChristopherJHart
2021-01-18
1
-1
/
+2
*
Add MessageReference.jump_url
z03h
2021-01-17
1
-0
/
+9
*
Add spoiler attribute to File
Josh
2021-01-17
1
-1
/
+3
*
[commands] Add linesep kwarg to Paginator
PikalaxALT
2021-01-17
1
-9
/
+17
*
Fix User public flags not updating
Lucas
2021-01-17
2
-3
/
+4
*
Version bump for development
Rapptz
2021-01-16
1
-2
/
+2
*
[commands] Fix Command duplicates in `HelpCommand.get_bot_mapping`
Alex Nørgaard
2021-01-16
1
-1
/
+1
*
PartialMessage.edit returns a full Message
Anurag Singh
2021-01-15
1
-1
/
+99
*
[commands] Add Command/Cog.has_error_handler
Rapptz
2021-01-15
2
-0
/
+14
*
Strip both - and _ from newcog class names
Josh
2021-01-15
1
-2
/
+3
*
Change copyright year to present
Nihaal Sangha
2021-01-15
61
-66
/
+65
*
[commands] Add PartialMessageConverter
Josh
2021-01-15
1
-13
/
+35
*
Fix documented type of `Command.usage`
jack1142
2021-01-14
1
-1
/
+1
*
Update add_roles docstring to mention role order.
Perry Cate
2021-01-14
1
-2
/
+4
*
[commands] Correct ChannelNotFound docstring
BeatButton
2021-01-12
1
-1
/
+1
*
Bump version to 1.6
v1.6.0
Rapptz
2021-01-07
1
-2
/
+2
*
Dispatch user updates if the global cache gets stale in update events
Rapptz
2021-01-07
1
-0
/
+6
*
Support setting the preferred locale via Guild.edit
Rapptz
2021-01-05
2
-2
/
+5
*
Fix SyntaxError from PR implementing presences in member querying
Rapptz
2021-01-01
1
-1
/
+1
*
Implement presences for `Guild.query_members`
Nadir Chowdhury
2020-12-31
3
-10
/
+33
*
Fix AttributeError in Webhook message delete
Alex Nørgaard
2020-12-31
1
-1
/
+1
*
Fix webhook state coercion leading to unexpected behaviour.
Rapptz
2020-12-29
1
-9
/
+21
*
[commands] fully remove command when CommandRegistrationError is raised for a...
Sebastian Law
2020-12-29
1
-1
/
+7
*
[commands] Correct concurrency never releasing during prepare call
Dan Hess
2020-12-26
1
-7
/
+12
*
Capitalize Discord in docs of message related attributes
Misa
2020-12-26
1
-2
/
+2
*
Allow `Guild.create_role` to accept an int as the `colour` parameter.
Alex Nørgaard
2020-12-25
1
-1
/
+3
*
Document more guild features
Rapptz
2020-12-22
1
-0
/
+2
*
remove extraneous assignment
Sebastian Law
2020-12-22
1
-2
/
+0
*
Revert "Fix table wrapping"
Rapptz
2020-12-18
1
-22
/
+17
*
Fix table wrapping
Rapptz
2020-12-18
1
-17
/
+22
*
Add support for Member.pending boolean attribute
Rapptz
2020-12-18
1
-1
/
+13
*
[commands] max_concurrency comes before cooldowns
Rapptz
2020-12-17
1
-3
/
+3
[next]