aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* [commands] Add escape_markdown parameter for clean_content.Rapptz2017-05-281-1/+16
* Permissions.view_audit_logs -> Permissions.view_audit_logRapptz2017-05-281-3/+3
* Rename verification level to extreme due to demand.Rapptz2017-05-271-1/+1
* Add highest verification level.Rapptz2017-05-271-5/+7
* [commands] Fix EmojiConverter not working with underscore names.Rapptz2017-05-261-3/+3
* Don't expose Client.messagesRapptz2017-05-262-19/+8
* Log when a KeyboardInterrupt is met in Client.runRapptz2017-05-251-1/+1
* Document that exceptions happen in Guild.audit_logs.Rapptz2017-05-251-0/+7
* Don't dispatch on_voice_state_update when Member is not found.Rapptz2017-05-221-1/+3
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-226-15/+15
* Raise when an invalid permission is passed to PermissionOverwrite.Rapptz2017-05-201-0/+3
* Allow setting a presence upon logging in.Rapptz2017-05-203-1/+29
* Rewrite Client.run yet again.Rapptz2017-05-201-16/+32
* Re-raise exceptions from Client.start in Client.run.Rapptz2017-05-201-15/+18
* Re-implement how Client.run is done by using run_forever instead.Rapptz2017-05-201-4/+18
* Only do loop cleanup in finally block when on windows.Rapptz2017-05-201-2/+4
* Check if we're closing the event loop before using it.Rapptz2017-05-201-1/+5
* More broken Channel references.Rapptz2017-05-202-3/+3
* Oversight in Permissions still having a table.Rapptz2017-05-201-30/+30
* Make supported operations stand out more than attributes.Rapptz2017-05-2010-127/+155
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-193-6/+6
* [commands] Add Context.reinvoke and Command.root_parentRapptz2017-05-192-2/+128
* [commands] Fix Context.command_failed from being incorrect.Rapptz2017-05-183-2/+5
* Minor speedup when doing comparisons.Rapptz2017-05-182-4/+8
* Fix User == Member comparisons.Rapptz2017-05-182-4/+4
* 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