aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Fix format string in new bot template.Rapptz2017-05-171-1/+1
* First pass at having a __main__ file.Rapptz2017-05-171-0/+280
* Rename internal ConnectionState attribute to have an underscore.Rapptz2017-05-163-34/+34
* Client.get_user_info uses int for IDs not str.Rapptz2017-05-151-1/+1
* Rename Colour.to_tuple to Colour.to_rgb.Rapptz2017-05-151-1/+1
* Add Colour.from_rgb.Rapptz2017-05-151-0/+5
* [commands] Update check examples to work with rewrite.Rapptz2017-05-151-10/+10
* Use describe for Colour documentation.Rapptz2017-05-151-13/+15
* Use describe instead of tables for supported operations.Rapptz2017-05-139-180/+218
* Add Colour.blurple and Colour.greyple.Rapptz2017-05-131-0/+9
* Force disconnect in abc.Connectable.connect.Rapptz2017-05-132-6/+10
* Fix some left over incorrect snippets.Rapptz2017-05-121-1/+1
* First pass at documentation reform.Rapptz2017-05-1214-188/+376
* Rename abc.Callable to abc.Connectable.Rapptz2017-05-102-2/+2
* [commands] Converter.convert is always a coroutine.Rapptz2017-05-102-78/+83
* [commands] Fix default error handler to work with the switch.Rapptz2017-05-101-1/+1
* Allow comparison between User and Member instances again.Rapptz2017-05-101-1/+1
* [commands] Re-order error handler arguments.Rapptz2017-05-102-7/+7
* Only set the attribute if it isn't None.Rapptz2017-05-101-1/+3
* Make sure that websockets.connect is a coroutine.Rapptz2017-05-091-2/+11
* Remove Guild.change_vanity_invite in favour of Guild.editRapptz2017-05-091-29/+11
* Add back Client.create_guild.Rapptz2017-05-091-1/+47
* Rename GuildRegion to VoiceRegion.Rapptz2017-05-093-9/+9
* Properly check for audit log entry termination.Rapptz2017-05-071-10/+10
* Make AuditLogDiff.roles an empty list instead of None.Rapptz2017-05-071-1/+1
* Skip None action types when iterating.Rapptz2017-05-071-0/+4
* Add support for audit log reasons.Rapptz2017-05-079-131/+217
* Fix NameError when making things Object in audit logs.Rapptz2017-05-071-2/+2
* Audit log role add and removes are lists, not single item.Rapptz2017-05-061-10/+15
* Replace hasattr with try except in chunker.Rapptz2017-05-051-2/+2
* Split on_channel_pins_update as well.Rapptz2017-05-051-2/+16
* Rework some events to make more sense.Rapptz2017-05-051-9/+10
* [commands] Export is_nsfw check.Rapptz2017-05-051-1/+1
* Change some format usage to use %-formatting.Rapptz2017-05-045-9/+9
* Add support for message delete audit log action type.Rapptz2017-05-042-1/+14
* Explicitly close UDP sockets when re-creating them.Rapptz2017-05-021-1/+10
* Fix NameError in HTTPClient.kickRapptz2017-05-021-1/+1
* [commands] Add is_nsfw check.Rapptz2017-05-011-0/+6
* Make sure that the chunker task only runs once.Rapptz2017-05-011-25/+34
* Add support for setting and retrieving guild vanity invites.Rapptz2017-04-302-0/+62
* Changed audit_log to audit_logs in documentationTwentysix2017-04-302-2/+2
* Implement audit logs.Rapptz2017-04-308-14/+609
* Better TextChannel.is_nsfw() check.Rapptz2017-04-301-1/+1
* Add Client.get_emoji to get an Emoji from an ID.Rapptz2017-04-302-0/+7
* Add TextChannel.is_nsfw method to check for NSFW channels.Rapptz2017-04-261-0/+5
* Don't set VoiceClient.channel to None when VOICE_STATE_UPDATE says so.Rapptz2017-04-261-1/+3
* [commands] Fix lack of space in when_mentionedRapptz2017-04-241-1/+1
* [commands] Add Context.voice_client shortcut.Rapptz2017-04-241-0/+6
* [commands] Make when_mentioned always have both mention formats.Rapptz2017-04-241-5/+2
* Wait 5 seconds before attempting to RESUME during INVALIDATE_SESSION.Rapptz2017-04-221-0/+1