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
*
Change the way MESSAGE_UPDATE events are handled.
Rapptz
2016-01-07
1
-11
/
+1
*
Add missing roles attribute to Server.__slots__
Rapptz
2016-01-07
1
-1
/
+1
*
Add missing documentation for discord.Game
Rapptz
2016-01-07
1
-0
/
+6
*
Documentation fixes to quiet Sphinx warnings.
Rapptz
2016-01-07
4
-7
/
+8
*
Document the fact that data classes use __slots__.
Rapptz
2016-01-07
1
-0
/
+9
*
Add __slots__ for missing classes that didn't have it.
Rapptz
2016-01-06
3
-5
/
+36
*
[commands] Don't skip whitespace if the command trigger is found.
Rapptz
2016-01-06
1
-1
/
+1
*
[commands] None default without specified type uses str now.
Rapptz
2016-01-06
1
-1
/
+1
*
Unavailable guilds get added to cache.
Rapptz
2016-01-06
2
-4
/
+2
*
Remove excessive logging when using voice.
Rapptz
2016-01-06
1
-2
/
+0
*
Add Member.permissions_in.
Rapptz
2016-01-06
1
-0
/
+16
*
Update README to use Python 3.5.
Rapptz
2016-01-06
1
-21
/
+13
*
Examples now use Python 3.5. Remove echo.py example.
Rapptz
2016-01-06
8
-80
/
+61
*
[commands] Add CommandNotFound error.
Rapptz
2016-01-05
3
-11
/
+22
*
Add basic example bot showcasing the commands ext module.
Rapptz
2016-01-05
1
-0
/
+51
*
[commands] Add a way to remove commands.
Rapptz
2016-01-04
1
-0
/
+19
*
Use setuputils.find_package to find extension modules.
Rapptz
2016-01-04
1
-2
/
+2
*
Documentation improvements on using check decorator.
Rapptz
2016-01-04
1
-2
/
+32
*
Add missing import in commands core.
Rapptz
2016-01-04
1
-0
/
+2
*
Update license of files to 2016.
Rapptz
2016-01-04
22
-23
/
+23
*
Initial implementation of commands extension module.
Rapptz
2016-01-04
7
-0
/
+1069
*
Revert "Use super() in classes that could be subclassed."
Rapptz
2016-01-04
3
-3
/
+0
*
Use super() in classes that could be subclassed.
Rapptz
2016-01-04
3
-0
/
+3
*
Change permissions to remove the can_ prefix.
Rapptz
2016-01-03
4
-75
/
+78
*
Document more breaking changes in migrating file.
Rapptz
2016-01-03
1
-0
/
+52
*
Remove print statement from bytes check.
Rapptz
2016-01-01
1
-1
/
+0
*
Implement compressed READY
Rapptz
2016-01-01
1
-1
/
+10
*
Actually send the payload data in Client.create_server
Rapptz
2015-12-31
1
-1
/
+12
*
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
[next]