1131 Commits (dff6bcc7457febf7bb1d797bd777e728f623e938)
 

Author SHA1 Message Date
Rapptz dff6bcc745 Add support for audit log reasons. 8 years ago
Rapptz 2b44876955 Fix NameError when making things Object in audit logs. 8 years ago
Rapptz 7916878eb5 Audit log role add and removes are lists, not single item. 8 years ago
Rapptz d7153b1b5c Replace hasattr with try except in chunker. 8 years ago
Rapptz 1626ade67d Split on_channel_pins_update as well. 8 years ago
Rapptz 322c70fda9 Rework some events to make more sense. 8 years ago
Rapptz c20ba51e28 [commands] Export is_nsfw check. 8 years ago
Rapptz d24c2a09b6 Change some format usage to use %-formatting. 8 years ago
Rapptz 86bfcdd129 Add support for message delete audit log action type. 8 years ago
Rapptz 663315f7ac Explicitly close UDP sockets when re-creating them. 8 years ago
Rapptz fac43ad595 Fix NameError in HTTPClient.kick 8 years ago
Rapptz c8937ed2aa [commands] Add is_nsfw check. 8 years ago
Rapptz c9565e57d3 Make sure that the chunker task only runs once. 8 years ago
Rapptz ba2dad2093 Add support for setting and retrieving guild vanity invites. 8 years ago
Twentysix 86b9099f3a Changed audit_log to audit_logs in documentation 8 years ago
Rapptz c54a6a927d Implement audit logs. 8 years ago
Rapptz 3f45db5c3b Better TextChannel.is_nsfw() check. 8 years ago
Rapptz 10453d6718 Add Client.get_emoji to get an Emoji from an ID. 8 years ago
Rapptz d3a86a5fb6 Add TextChannel.is_nsfw method to check for NSFW channels. 8 years ago
Rapptz 92d55077aa Don't set VoiceClient.channel to None when VOICE_STATE_UPDATE says so. 8 years ago
Rapptz 37681dd0ea [commands] Fix lack of space in when_mentioned 8 years ago
Rapptz 6188397fc9 [commands] Add Context.voice_client shortcut. 8 years ago
Rapptz c005ef5d44 [commands] Make when_mentioned always have both mention formats. 8 years ago
Rapptz e445fa9335 Wait 5 seconds before attempting to RESUME during INVALIDATE_SESSION. 8 years ago
Rapptz 1519a6fefa Fix some linting errors. 8 years ago
Rapptz c30ab8a3e5 Fix NameError in Role.edit when moving roles. 8 years ago
Rapptz 0ce781b37c Fix NameError in GuildChannel.changed_roles 8 years ago
Rapptz 3cfebc4605 Timeout when doing initial connection. 8 years ago
Rapptz b6ac856868 [commands] Allow loading cogs from folders. 8 years ago
Rapptz b05d8790fc Allow using Reaction objects while adding or removing reactions. 8 years ago
Rapptz 83649d7f0a Support for new member message types. 8 years ago
Rapptz 34c60002bf Allow setting a default volume in PCMVolumeTransformer. 8 years ago
Rapptz f5cfc96aaf Add PCMVolumeTransformer to augment volume of a PCM stream. 8 years ago
Rapptz 07d5328873 Add VoiceClient.is_paused to query pause state. 8 years ago
Rapptz 55e63ed87f Add VoiceClient.source to get the AudioSource being played. 8 years ago
Rapptz efd6d11e9a Fix static cut-off when playing. 8 years ago
Rapptz aa32c384ea Clean cache when TimeoutError occurs. 8 years ago
Rapptz f9c2ac9d25 Better handling of VOICE_SERVER_UPDATE. 8 years ago
Rapptz b4bc4dfd12 Fix FFmpegPCMAudio not working with spaces in filename. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz d534a0989e Properly cleanup of VoiceClients in cache. 8 years ago
Rapptz 65bd510df6 Add Guild.voice_client shortcut. 8 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 8 years ago
Rapptz 38fd0928df Don't clear state when READY is reached for auto sharded clients. 8 years ago
Rapptz 3983eb3ba5 Support for API v7 error handling. 8 years ago
Rapptz 22150b20b6 Start typing immediately when using async typing context manager. 8 years ago
Rapptz 0e5bf09021 Export missing enums. 8 years ago
Rapptz 728fae9285 Add Guild.explicit_content_filter. 8 years ago
Rapptz cadf6960b7 Use create_future wrapper for initially created Future. 8 years ago
Rapptz ac90159c72 Improve logging in more places. 8 years ago