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
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix KeyError with events.
v0.5.1
Rapptz
2015-09-05
1
-2
/
+2
*
Documentation fixes and version bump.
v0.5.0
Rapptz
2015-09-05
1
-1
/
+1
*
Add the ability to accept invites.
Rapptz
2015-09-05
1
-0
/
+11
*
Add on_error event for doing something about uncaught exceptions.
Rapptz
2015-09-05
1
-3
/
+4
*
Remove owner_id from Server and use owner instead.
Rapptz
2015-09-04
1
-1
/
+6
*
Add on_member_update event.
Rapptz
2015-09-04
1
-0
/
+17
*
Add support for creating invites.
Rapptz
2015-09-04
1
-0
/
+31
*
Refactor parse_time into its own utils file.
Rapptz
2015-09-04
1
-7
/
+9
*
Use kwargs if the number of arguments needed is too many.
Rapptz
2015-09-04
1
-0
/
+9
*
Add ability to delete channels.
Rapptz
2015-09-04
1
-0
/
+11
*
Add the ability to create channels.
Rapptz
2015-09-04
1
-0
/
+25
*
Add support for editing your profile.
Rapptz
2015-09-04
1
-0
/
+30
*
Store email in the client as an attribute.
Rapptz
2015-09-03
1
-0
/
+6
*
Add the ability to kick, ban and unban users from a server.
Rapptz
2015-09-03
1
-0
/
+35
*
Add on_server_create and on_server_delete events.
Rapptz
2015-09-03
1
-54
/
+66
*
WebSocket gateway now properly uses the auth headers.
Rapptz
2015-09-03
1
-21
/
+21
*
Sandbox some events that didn't get sandboxed.
Rapptz
2015-09-03
1
-2
/
+2
*
Fix issue with author changing type
megamit
2015-09-02
1
-1
/
+1
*
Remove unnecessary comment.
Rapptz
2015-08-28
1
-1
/
+0
*
Python3 import fixes.
Rapptz
2015-08-28
1
-6
/
+6
*
Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events.
Rapptz
2015-08-27
1
-6
/
+19
*
Remove no_offline_members option
Rapptz
2015-08-27
1
-21
/
+5
*
on_status now takes only a member.
Rapptz
2015-08-27
1
-7
/
+11
*
Give members their server as an attribute.
Rapptz
2015-08-27
1
-1
/
+6
*
Members now have status info.
Rapptz
2015-08-27
1
-0
/
+16
*
Move websocket hub to the new gateway.
Rapptz
2015-08-26
1
-2
/
+10
*
Parse roles in the member building.
Rapptz
2015-08-26
1
-1
/
+9
*
Parse permission_overwrites in every Channel instance.
Rapptz
2015-08-26
1
-3
/
+31
*
Server members are now their own class that subclass Users.
Rapptz
2015-08-26
1
-3
/
+3
*
Fix error in start_private_message.
Rapptz
2015-08-26
1
-2
/
+2
*
Fix issue with some MESSAGE_UPDATE events.
v0.2.1
Rapptz
2015-08-24
1
-8
/
+15
*
Add support for creating or deleting channels from the client.
Rapptz
2015-08-24
1
-2
/
+31
*
Add logout support and on_disconnect event.
Rapptz
2015-08-24
1
-2
/
+13
*
Add support for channel creation events.
Rapptz
2015-08-23
1
-2
/
+16
*
Add on_channel_delete event.
Rapptz
2015-08-23
1
-0
/
+10
*
Sandbox events so exceptions being thrown don't break the client.
Rapptz
2015-08-23
1
-4
/
+10
*
Handle user update events.
Rapptz
2015-08-23
1
-0
/
+2
*
Add on_status event.
Rapptz
2015-08-23
1
-2
/
+19
*
Fix documentation example issue.
Rapptz
2015-08-23
1
-1
/
+2
*
Use v2 of the Discord API.
Rapptz
2015-08-22
1
-1
/
+2
*
Rename project from pydiscord to discord.py
Rapptz
2015-08-22
1
-2
/
+2
*
Some documentation warning fixes.
Rapptz
2015-08-21
1
-3
/
+3
*
Add logs_from function to get channel logs from a channel.
Rapptz
2015-08-21
1
-0
/
+26
*
Add the ability to edit messages.
Rapptz
2015-08-21
1
-8
/
+36
*
Add on_message_edit event.
Rapptz
2015-08-21
1
-2
/
+19
*
Add the ability to delete messages
Rapptz
2015-08-21
1
-0
/
+9
*
Return the message created when calling send_message
Rapptz
2015-08-21
1
-0
/
+6
*
Fix heartbeat interval bug.
Rapptz
2015-08-21
1
-4
/
+20
*
Add on_message_delete event and Client.messages attribute.
Rapptz
2015-08-21
1
-2
/
+23
*
Initial commit
Rapptz
2015-08-21
1
-0
/
+280