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
*
[commands] Delete module when it does not have a setup function.
Rapptz
2016-08-10
1
-0
/
+2
*
Emoji.url uses api url.
Khazhismel
2016-08-06
1
-1
/
+1
*
[commands] Add missing inspect import in converter.py
Rapptz
2016-08-04
1
-0
/
+1
*
Add emoji url property
Khazhismel
2016-08-02
1
-0
/
+5
*
Clean up Emoji documentation.
Khazhismel
2016-08-01
1
-2
/
+0
*
Document the new emoji stuff.
Rapptz
2016-08-01
1
-1
/
+14
*
[commands] Add custom emoji converter.
Khazhismel
2016-07-31
1
-0
/
+31
*
Add custom emoji support.
Khazhismel
2016-07-31
5
-1
/
+123
*
Version bump to v0.11.0
v0.11.0
Rapptz
2016-07-30
2
-2
/
+52
*
[commands] Make HelpFormatter ignore hidden commands for max_width.
PapyrusThePlant
2016-07-30
1
-1
/
+1
*
Rename Permissions.change_nicknames to change_nickname to match UI.
Rapptz
2016-07-30
1
-3
/
+3
*
Handle receiving HEARTBEAT opcode.
Rapptz
2016-07-30
1
-0
/
+5
*
Add functions to query and actually prune members from a server.
Rapptz
2016-07-29
2
-1
/
+92
*
Clarify that Client.purge_from requires Manage Messages for anything.
Rapptz
2016-07-29
1
-3
/
+3
*
Fix KeyError when creating private channels in start_private_message.
Rapptz
2016-07-25
1
-1
/
+1
*
Add new External Emojis permission.
Rapptz
2016-07-24
1
-4
/
+13
*
Document VoiceState class.
Rapptz
2016-07-24
2
-1
/
+7
*
Fix voice state update issue in on_voice_state_update
Rapptz
2016-07-23
3
-8
/
+11
*
Fix TypeError when constructing a channel in start_private_message.
Rapptz
2016-07-23
1
-1
/
+1
*
[commands] Fix cooldown decorator to work regardless of order.
Rapptz
2016-07-22
1
-1
/
+1
*
Remove unused internal code in Member.
Rapptz
2016-07-22
1
-18
/
+0
*
[commands] Implement a command cooldown system.
Rapptz
2016-07-22
4
-3
/
+193
*
[commands] Add UserInputError into the exception hierarchy.
Rapptz
2016-07-21
1
-8
/
+18
*
Fix SyntaxError in constructing VoiceState for Python 3.4
Rapptz
2016-07-21
1
-1
/
+2
*
Add AppInfo.owner attribute.
Rapptz
2016-07-21
2
-2
/
+7
*
Fix bug where discriminators would not update in PRESENCE_UPDATE.
Rapptz
2016-07-21
1
-0
/
+1
*
Add ourselves into the ringing lookup cache.
Rapptz
2016-07-15
1
-0
/
+2
*
Add utility properties to CallMessage to query information.
Rapptz
2016-07-15
3
-11
/
+39
*
Add support for querying information about group calls.
Rapptz
2016-07-15
6
-31
/
+207
*
Fix the displaying of Message.system_content
Rapptz
2016-07-15
1
-5
/
+4
*
Handle adding and removal of group members.
Rapptz
2016-07-15
2
-1
/
+25
*
Make PrivateChannel.__str__ more useful for groups.
Rapptz
2016-07-15
1
-4
/
+16
*
Handle private channel CHANNEL_CREATE better.
Rapptz
2016-07-15
1
-2
/
+2
*
Add remaining server regions to the enum.
Rapptz
2016-07-14
2
-9
/
+26
*
Add support for different message types and call message.
Rapptz
2016-07-13
7
-8
/
+175
*
Handle CHANNEL_UPDATE for group direct messages.
Rapptz
2016-07-13
3
-15
/
+27
*
Begin working on gateway v6 changes.
Rapptz
2016-07-13
6
-21
/
+77
*
Add stderr arg to create_ffmpeg_player
Daniel
2016-07-08
1
-2
/
+5
*
[commands] Make Bot.check decorator an actual decorator.
Rapptz
2016-07-08
1
-6
/
+4
*
[commands] Added missing parenthesis in examples
PapyrusThePlant
2016-07-08
1
-8
/
+8
*
Save email when login with a token on a user account
PapyrusThePlant
2016-07-06
1
-1
/
+2
*
[commands] Refactor pagination into its own class.
Rapptz
2016-07-05
2
-49
/
+71
*
Fix issue with removing roles out of order.
Rapptz
2016-07-04
1
-7
/
+2
*
[commands] Fix error in converters in a private message context.
Rapptz
2016-07-02
2
-11
/
+11
*
[commands] Do not lower-case the function name for default command names
Rapptz
2016-07-01
1
-2
/
+2
*
[commands] Make GroupMixin.remove_command return None.
Rapptz
2016-06-30
1
-0
/
+5
*
Add implicit cases to permission resolution in Channel.permissions_for
Rapptz
2016-06-28
1
-0
/
+19
*
Add Server.mfa_level to query a server's 2FA requirement.
Rapptz
2016-06-28
1
-1
/
+6
*
Fix voice states being overwritten after a GUILD_SYNC.
Rapptz
2016-06-28
2
-15
/
+17
*
Change max_length to max_messages
PC
2016-06-28
1
-1
/
+1
[next]