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
...
*
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 NameError with Permissions missing.
Rapptz
2015-12-19
1
-2
/
+3
*
Rename some listeners to `wait_until_`.
Rapptz
2015-12-19
1
-3
/
+3
*
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
2
-1
/
+22
*
Add way to delete messages after a user is banned.
Rapptz
2015-12-17
1
-2
/
+9
*
Remove on_status event. Superseded by on_member_update.
Rapptz
2015-12-17
1
-2
/
+1
*
All update related events now pass in the previous state.
Rapptz
2015-12-17
2
-7
/
+13
*
Documentation fixes.
Rapptz
2015-12-17
2
-5
/
+5
*
Fix Channel.permissions_for attribute error.
Rapptz
2015-12-17
1
-2
/
+2
*
Most data classes now support hashing.
Rapptz
2015-12-17
8
-9
/
+38
*
Add Message.clean_content property to get prettified mentions.
Rapptz
2015-12-17
1
-0
/
+26
*
Change regex from \d+ to [0-9]+ for performance reasons.
Rapptz
2015-12-16
2
-3
/
+3
*
Add Server.me attribute to access the Member version of Client.user.
Rapptz
2015-12-16
2
-0
/
+4
*
Fix Client.logs_from failing if no more messages are found.
Rapptz
2015-12-16
1
-3
/
+6
*
Remove the non-classmethod attributes in Permissions.
Rapptz
2015-12-16
1
-45
/
+6
*
Clean-up documentation to use NumPy style docs on remaining classes.
Rapptz
2015-12-16
4
-42
/
+35
*
Make more things into properties.
Rapptz
2015-12-16
5
-19
/
+34
*
Channel.is_default_channel is now a property named is_default.
Rapptz
2015-12-16
1
-1
/
+2
*
Make Client.unban actually useful.
Rapptz
2015-12-16
1
-11
/
+7
*
Fix issue with roles being passed in being strings.
Rapptz
2015-12-16
1
-12
/
+17
*
Fix NameError with itertools in client.
Rapptz
2015-12-16
1
-0
/
+1
*
Cast Retry-After header into a float.
Rapptz
2015-12-15
1
-1
/
+1
*
Add a way to get all active invites from a server.
Rapptz
2015-12-15
1
-0
/
+41
*
Add a way to get bans from a server.
Rapptz
2015-12-15
1
-0
/
+34
*
Fix GUILD_ROLE_DELETE triggering ValueError.
Rapptz
2015-12-14
1
-5
/
+12
*
Client.run now does cleanup when KeyboardInterrupt is encountered.
Rapptz
2015-12-14
2
-27
/
+58
*
All data classes now support !=, == and str(obj).
Rapptz
2015-12-13
8
-17
/
+149
*
Changed functions that return a constant value into properties.
Rapptz
2015-12-13
3
-0
/
+4
*
Editing profile now writes to the cache.
Rapptz
2015-12-13
1
-37
/
+51
*
Change the login cache check call to be the gateway retrieval.
Rapptz
2015-12-13
1
-3
/
+13
*
avoid potential bug when creating new private msgs
Steven Berler
2015-12-13
2
-6
/
+8
*
Remove uses of ClientSession.
Rapptz
2015-12-13
1
-37
/
+32
*
Client.logout now properly cleans up the response.
Rapptz
2015-12-13
1
-0
/
+1
*
Add discord.utils.get helper.
Rapptz
2015-12-13
1
-0
/
+46
*
Implement cache of login credentials.
Rapptz
2015-12-13
2
-3
/
+50
*
Client.login no longer calls resp.json()
Rapptz
2015-12-12
1
-2
/
+1
*
Fix bug where PMs would be sent to the wrong person.
Rapptz
2015-12-12
1
-4
/
+5
[prev]
[next]