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
...
*
Document the breaking change with the new dictionary storage change.
Rapptz
2016-01-08
3
-4
/
+41
*
Document how Client.run should be the last function to call.
Rapptz
2016-01-08
2
-0
/
+14
*
document public get_ methods and make others private
Steven Berler
2016-01-08
3
-44
/
+50
*
performance improvements
Steven Berler
2016-01-08
4
-74
/
+120
*
[commands] Add a way to enable or disable certain commands.
Rapptz
2016-01-07
2
-7
/
+39
*
[commands] Special handling for when the converter is bool.
Rapptz
2016-01-07
1
-0
/
+12
*
[commands] Allow registration of multiple command prefixes.
Rapptz
2016-01-07
2
-4
/
+22
*
Fix handling of embed-only MESSAGE_UPDATE.
Rapptz
2016-01-07
1
-1
/
+6
*
Add Message.nonce attribute.
Rapptz
2016-01-07
2
-3
/
+8
*
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
[prev]
[next]