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 issue with add_roles and friends not working.
Rapptz
2015-12-30
1
-2
/
+2
*
Add logs to help debug some voice data.
Rapptz
2015-12-30
1
-0
/
+2
*
Maintain order in role related functions.
Rapptz
2015-12-30
2
-9
/
+21
*
utils.get now supports nested attribute retrieval.
Rapptz
2015-12-30
1
-3
/
+15
*
Changed cache check to be the login endpoint itself.
Rapptz
2015-12-29
1
-19
/
+5
*
Fix indentation error
Rapptz
2015-12-29
1
-1
/
+1
*
Add ability to move members to a different voice channel.
Rapptz
2015-12-29
1
-0
/
+43
*
Remove Client.voice_channel
Rapptz
2015-12-29
1
-4
/
+3
*
Client.join_voice_channel now accepts an Object.
Rapptz
2015-12-29
1
-0
/
+3
*
Simplify parser event check with hasattr rather than tuples.
Rapptz
2015-12-29
1
-9
/
+3
*
Add missing ` in documentation for create_server
Rapptz
2015-12-29
1
-1
/
+1
*
ConnectionState is now constructed in Client.__init__.
Rapptz
2015-12-29
2
-15
/
+15
*
Raise ClientException if an unexpected websocket close happens
Rapptz
2015-12-29
1
-1
/
+5
*
Message no longer upgrades if the channel is an Object
Rapptz
2015-12-29
1
-0
/
+3
*
Client.create_invite now works without a websocket connection
Rapptz
2015-12-29
1
-18
/
+18
*
Client.get_invite now works without a websocket connection
Rapptz
2015-12-29
1
-1
/
+4
*
Client.email is now set when using the cache
Rapptz
2015-12-28
1
-0
/
+1
*
make ip/port voice packet logic more clear
Steven Berler
2015-12-27
1
-8
/
+8
*
fix broken ip and port in voice client
Steven Berler
2015-12-27
1
-4
/
+6
*
Add missing argument in _rate_limit_helper
Khazhismel
2015-12-26
1
-1
/
+1
*
Added missing Member import to client.py
SamSchlegel
2015-12-24
1
-0
/
+1
*
Add game data class, replace game_id.
Khazhismel
2015-12-23
6
-21
/
+90
*
Mentions are now <@id> *only* - remove mentions array on send and edit message
Khazhismel
2015-12-23
1
-23
/
+4
*
Insert options before pipe:1 in ffmpeg player, otherwise they are ignored
Khazhismel
2015-12-23
1
-2
/
+3
*
Unflip kick/ban permission bits
abalabahaha
2015-12-22
1
-8
/
+8
*
None author param in wait_for_message allows any author
Khazhismel
2015-12-22
1
-1
/
+4
*
Fix README example code.
Rapptz
2015-12-20
1
-2
/
+7
*
Add guessing game example to showcase wait_for_message.
Rapptz
2015-12-19
1
-0
/
+37
*
Add voice playlist example code.
Rapptz
2015-12-19
1
-0
/
+105
*
Fix NameError with Permissions missing.
Rapptz
2015-12-19
1
-2
/
+3
*
Add background_task example to showcase background tasks.
Rapptz
2015-12-19
1
-0
/
+32
*
Rename some listeners to `wait_until_`.
Rapptz
2015-12-19
1
-3
/
+3
*
Updated examples to use new properties.
Rapptz
2015-12-19
2
-4
/
+4
*
Delete messages from message cache when you leave the server.
Rapptz
2015-12-19
1
-1
/
+9
*
Add __slots__ where appropriate to data classes.
Rapptz
2015-12-19
10
-12
/
+33
*
Add listener for on_ready event for easier background tasks.
Rapptz
2015-12-19
1
-0
/
+27
*
Make is_logged_in and is_closed into Events internally.
Rapptz
2015-12-19
1
-12
/
+12
*
Release connection when error occurs during login.
Rapptz
2015-12-18
1
-4
/
+6
*
Move email out of ConnectionState.
Rapptz
2015-12-18
1
-3
/
+2
*
Fix GUILD_MEMBER_UPDATE and GUILD_UPDATE not triggering.
Rapptz
2015-12-18
1
-1
/
+1
*
Disallow duplicates when adding or removing roles.
Rapptz
2015-12-18
1
-2
/
+2
*
Fix Client.replace_roles having hashable errors.
Rapptz
2015-12-18
1
-4
/
+1
*
Add first support for gateway redirects and reconnects.
Rapptz
2015-12-17
1
-23
/
+71
*
Add on_member_ban and on_member_unban events.
Rapptz
2015-12-17
3
-1
/
+37
*
Add way to delete messages after a user is banned.
Rapptz
2015-12-17
1
-2
/
+9
*
Fix consistency issue with migrating page.
Rapptz
2015-12-17
1
-11
/
+11
*
Add migrating guide for migrating to v0.10.0.
Rapptz
2015-12-17
3
-0
/
+241
*
Remove on_status event. Superseded by on_member_update.
Rapptz
2015-12-17
2
-10
/
+2
*
All update related events now pass in the previous state.
Rapptz
2015-12-17
3
-13
/
+23
*
Documentation fixes.
Rapptz
2015-12-17
2
-5
/
+5
[next]