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
*
Reference the Discord UI in the permission documentation.
Rapptz
2016-05-23
1
-3
/
+3
*
Documentation fixes for role related functions.
Rapptz
2016-05-23
1
-12
/
+4
*
Close voice connections before closing the websocket.
Rapptz
2016-05-22
1
-3
/
+9
*
Fix purge_from to use LogsFromIterator.create (#219)
Harmon
2016-05-20
1
-1
/
+1
*
Only trigger on_voice_state_update if the member actually exists.
Rapptz
2016-05-20
1
-2
/
+3
*
Fix bug where members leaving will stay in Channel.voice_members.
Rapptz
2016-05-20
1
-0
/
+9
*
Add __slots__ for discord.Channel.
Rapptz
2016-05-20
1
-0
/
+4
*
Add support for voice channel user limits.
Rapptz
2016-05-20
2
-1
/
+16
*
logs_from improvements for after param.
Khazhismel Kumykov
2016-05-20
2
-24
/
+138
*
Allow datetime in limit parameters for logs_from.
Khazhismel Kumykov
2016-05-20
2
-6
/
+33
*
Retry send_file on 502.
Khazhismel Kumykov
2016-05-20
1
-9
/
+11
*
Add move_role
Khazhismel Kumykov
2016-05-20
1
-0
/
+56
*
Rename threading internal variable conflict.
Rapptz
2016-05-13
1
-3
/
+3
*
Fix Member.colour to use the new algorithm for determining colour.
Rapptz
2016-05-12
1
-4
/
+11
*
Fix Channel.permissions_for to work with the new permission system.
Rapptz
2016-05-12
1
-12
/
+7
*
Add Permissions.administrator and change Permissions.manage_roles
Rapptz
2016-05-12
1
-9
/
+25
*
Add example for Client.purge_from
Rapptz
2016-05-12
1
-1
/
+12
*
Make Player threads into daemon threads.
Rapptz
2016-05-12
1
-0
/
+1
*
Add a way to change the player volume.
Rapptz
2016-05-12
1
-0
/
+18
*
Add VoiceClient.move_to for quick switching of voice channels.
Rapptz
2016-05-12
1
-0
/
+26
*
Add clarification for purge_from and delete_messages
Twentysix
2016-05-11
1
-2
/
+8
*
Change second run_until_complete to not be empty.
Rapptz
2016-05-10
1
-1
/
+4
*
Force encoding of text retrieval functions to use utf-8.
Rapptz
2016-05-10
3
-19
/
+19
*
Fix issue with Client.purge_from not deleting the 101st message.
Rapptz
2016-05-10
1
-7
/
+5
*
Add Client.purge_from as a high level interface around bulk delete.
Rapptz
2016-05-10
2
-5
/
+84
*
Add Client.delete_messages for bulk delete.
Rapptz
2016-05-10
1
-0
/
+42
*
Fix issue with Member.joined_at being None.
Rapptz
2016-05-10
1
-1
/
+2
*
Add Game.type and Game.url attributes to change streaming status.
Rapptz
2016-05-06
2
-2
/
+17
*
Add a TimeoutError if VoiceClient.connect fails.
Rapptz
2016-05-06
2
-2
/
+11
*
Suppress ConnectionClosed on sending in the main websocket.
Rapptz
2016-05-06
1
-2
/
+9
*
Add libopus DLLs for ease of use.
Rapptz
2016-05-06
4
-6
/
+13
*
Enable FEC/PLR
Jake
2016-05-03
1
-0
/
+18
*
Working multi-server voice support.
Rapptz
2016-05-01
4
-65
/
+97
*
Fix typo in Message.role_mentions documentation.
Rapptz
2016-05-01
1
-1
/
+1
*
Make Permissions an iterable class.
Rapptz
2016-05-01
1
-0
/
+15
*
[commands] Fix when_mentioned when handling nicknames.
Rapptz
2016-05-01
1
-1
/
+4
*
Make Permissions partially-ordered.
Milo Mirate
2016-04-30
1
-0
/
+39
*
Fix changing own nickname without manage_nicknames
Khazhismel Kumykov
2016-04-30
1
-1
/
+6
*
Attempt to consistently sort of all Member.roles
Rapptz
2016-04-29
1
-4
/
+3
*
Remove setting read-only __doc__ in Member overrides.
Rapptz
2016-04-29
1
-4
/
+0
*
Sort member.roles by ID but keep the default role in index 0.
Rapptz
2016-04-29
1
-1
/
+4
*
Add User.mentioned_in helper to check if a message mentions you.
Rapptz
2016-04-29
2
-2
/
+32
*
Member.mention now uses nickname hint if needed.
Rapptz
2016-04-29
1
-0
/
+8
*
Add Role.mentionable attribute.
Rapptz
2016-04-29
1
-1
/
+4
*
Fix Member.display_name returning None
Khazhismel Kumykov
2016-04-29
1
-1
/
+1
*
[commands] Allow role mentions to work with discord.Role params.
Rapptz
2016-04-29
1
-2
/
+6
*
Simplify User.display_name a bit.
Rapptz
2016-04-29
1
-2
/
+1
*
Handle nicknames in Server.get_member_named
Rapptz
2016-04-29
1
-1
/
+9
*
Add Message.role_mentions and handle them in Message.clean_content
Rapptz
2016-04-29
1
-24
/
+45
*
Add Role.mention property
Rapptz
2016-04-29
1
-0
/
+5
[next]