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
*
Add _is_logged_in to the constructor.
Rapptz
2015-12-05
1
-0
/
+1
*
Add invite management functions.
Rapptz
2015-12-05
1
-0
/
+134
*
Switch to NumPy style documentation.
Rapptz
2015-12-04
5
-67
/
+44
*
Add server management commands.
Rapptz
2015-12-04
2
-7
/
+158
*
Add enumerators instead of strings.
Rapptz
2015-12-04
6
-108
/
+170
*
Add channel management functions
Rapptz
2015-12-04
1
-0
/
+121
*
Add member management functions.
Rapptz
2015-12-04
1
-114
/
+365
*
Move async_client.py to client.py
Rapptz
2015-12-04
2
-2004
/
+530
*
Implement a bunch of other HTTP request functions.
Rapptz
2015-12-04
1
-16
/
+333
*
Add Forbidden and NotFound exceptions.
Rapptz
2015-12-04
2
-2
/
+22
*
Begin working on asyncio port.
Rapptz
2015-12-04
4
-23
/
+785
*
Don't silently swallow ValueError thrown from on_channel_delete.
Rapptz
2015-11-30
1
-1
/
+2
*
Fix multiple CHANNEL_DELETE. Fixes #51.
Rapptz
2015-11-30
1
-2
/
+5
*
Use copy.copy instead of copy.deepcopy for on_message_edit.
Rapptz
2015-11-30
1
-1
/
+1
*
on_member_update now takes in the older member state as a parameter.
Rapptz
2015-11-30
1
-5
/
+5
*
on_status event now has the old game ID and old status as parameters.
Rapptz
2015-11-30
1
-1
/
+3
*
Miscellaneous documentation fixes.
Rapptz
2015-11-30
1
-1
/
+1
*
Provide server/channel id/name as Object if client not joined to server.
Khazhismel
2015-11-29
1
-6
/
+13
*
Version bump to v0.9.0
v0.9.0
Rapptz
2015-11-28
1
-2
/
+2
*
Message.channel's Object instance has an is_private attribute now.
Rapptz
2015-11-28
1
-1
/
+4
*
Add caveat note about Message.mention_everyone
Rapptz
2015-11-28
1
-0
/
+7
*
Add warning for Message.mentions order being non-deterministic.
Rapptz
2015-11-28
1
-0
/
+6
*
"An array" -> "A list" for documentation purposes.
Rapptz
2015-11-28
2
-5
/
+5
*
Remove afk_channel_id and replace it with afk_channel.
Rapptz
2015-11-28
1
-3
/
+4
*
Member.roles array now has the default role as the first element.
Rapptz
2015-11-28
3
-4
/
+6
*
Move server parsing code from Client to Server.
Rapptz
2015-11-28
2
-57
/
+59
*
discord.Server is a valid destination in Client.send_message & co.
Rapptz
2015-11-27
1
-5
/
+7
*
Document supported operations in discord.User
Rapptz
2015-11-27
1
-0
/
+12
*
Update to the new colours.
Rapptz
2015-11-27
1
-58
/
+58
*
Performance improvements in on_typing event.
Rapptz
2015-11-27
1
-8
/
+7
*
Add LoginFailure exception for a clearer failure in Client.login
Rapptz
2015-11-27
2
-2
/
+12
*
Client.edit_message no longer checks for private channel.
Rapptz
2015-11-27
1
-4
/
+2
*
Add the message to the exception output.
Rapptz
2015-11-27
1
-0
/
+9
*
Document Client.run reconnection idiosyncrasy.
Rapptz
2015-11-26
1
-1
/
+8
*
Revert "GIF support for avatars"
Rapptz
2015-11-26
1
-2
/
+0
*
GIF support for avatars
Rapptz
2015-11-26
1
-0
/
+2
*
Add support for uploading avatars.
Rapptz
2015-11-26
2
-2
/
+27
*
Move _null_event and _verify_successful_response to utils
Rapptz
2015-11-26
2
-39
/
+40
*
Add Client.get_invite to turn a URL to an Invite object.
Rapptz
2015-11-26
2
-2
/
+31
*
Client.accept_invite and Client.register now accept invite IDs.
Rapptz
2015-11-26
1
-4
/
+5
*
Handle TYPING_START event.
Rapptz
2015-11-24
1
-2
/
+22
*
Merge send_raw_file and send_file
Rapptz
2015-11-21
1
-35
/
+32
*
Fix annoying lack of parenthesis at end of HTTPException
Rapptz
2015-11-20
1
-1
/
+1
*
Use try-except instead of checking for membership.
Rapptz
2015-11-20
2
-9
/
+18
*
Allow sending raw file objects in memory with client.send_raw_file
Red_M
2015-11-20
1
-0
/
+32
*
Add send_typing command to allow sending typing updates.
Khazhismel
2015-11-19
1
-0
/
+18
*
fixed voice_members not updating when changing channels
Azza
2015-11-19
1
-0
/
+4
*
Add Message.channel_mentions
Rapptz
2015-11-19
1
-0
/
+12
*
Add get_raw_[channel_]mentions to Message
Rapptz
2015-11-19
1
-0
/
+19
*
Fix is_private check in mentions array handling.
Rapptz
2015-11-19
1
-1
/
+4
[next]