aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix mistake in migrating docs.Rapptz2017-06-021-1/+1
* Log when a player's after function fails.Rapptz2017-06-021-1/+4
* Fix FAQ to showcase that there is a single parameter, the error.Rapptz2017-06-021-1/+1
* [commands] Allow inline advanced converters via classmethods.Rapptz2017-06-011-4/+10
* Minor fix in migrating page.Rapptz2017-05-311-1/+1
* Add some margin for supported operations sections.Rapptz2017-05-311-0/+1
* Support for sending a nonce.Rapptz2017-05-312-6/+15
* Don't assume the inviter is always there.Rapptz2017-05-311-1/+4
* Document Message.embeds and Message.attachments changes.Rapptz2017-05-311-0/+3
* Writing to files is 'wb' not 'rb'.Rapptz2017-05-301-1/+1
* Export Attachment class.Rapptz2017-05-301-1/+1
* Implement an Attachment model.Rapptz2017-05-303-4/+92
* Remove unused functions in HTTPClient.Rapptz2017-05-301-15/+0
* [commands] Add escape_markdown parameter for clean_content.Rapptz2017-05-281-1/+16
* Permissions.view_audit_logs -> Permissions.view_audit_logRapptz2017-05-282-3/+7
* Rename verification level to extreme due to demand.Rapptz2017-05-272-3/+3
* Add highest verification level.Rapptz2017-05-272-5/+14
* [commands] Fix EmojiConverter not working with underscore names.Rapptz2017-05-261-3/+3
* Don't expose Client.messagesRapptz2017-05-263-19/+10
* Less unnecessary padding around functions.Rapptz2017-05-251-2/+6
* Log when a KeyboardInterrupt is met in Client.runRapptz2017-05-251-1/+1
* Mention User.avatar_url change in migration page.Rapptz2017-05-251-0/+4
* Document that exceptions happen in Guild.audit_logs.Rapptz2017-05-251-0/+7
* Mention on_member_ban event change.Rapptz2017-05-231-0/+13
* Working fix for one of the bullet points.Rapptz2017-05-231-1/+1
* Don't dispatch on_voice_state_update when Member is not found.Rapptz2017-05-221-1/+3
* Add ref links to the commands API page.Rapptz2017-05-221-0/+14
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-2210-37/+37
* 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
* Warnings are yellow.Rapptz2017-05-201-3/+3
* More broken Channel references.Rapptz2017-05-202-3/+3
* Oversight in Permissions still having a table.Rapptz2017-05-201-30/+30
* Slightly different styling for supported operations.Rapptz2017-05-201-3/+3
* Make supported operations stand out more than attributes.Rapptz2017-05-2011-127/+169
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-194-7/+7
* Update migrating page with new extension information.Rapptz2017-05-191-2/+17
* [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
* Lazy fix for active class when viewport is too small for sidebar.Rapptz2017-05-171-0/+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
* Add __unload to the special cog method list.Rapptz2017-05-171-0/+3