aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Add support for user flags in Profile.Rapptz2017-06-303-6/+36
* Typo in docstring for TextChannel.delete_messagesRapptz2017-06-291-1/+1
* Allow TextChannel.delete_messages to take lists of 0 or 1 element.Rapptz2017-06-291-8/+22
* [commands] Do not take up 'command' keyword-argument in Context.invoke.Rapptz2017-06-271-3/+12
* [commands] Add parameter that failed in fall-back BadArgument error.Rapptz2017-06-261-1/+1
* Add Reaction.__str__Rapptz2017-06-261-1/+4
* Properly sort roles and discard everyone role in Member.colour.Rapptz2017-06-241-2/+4
* Fix missing lazy logging format calls.Rapptz2017-06-241-5/+5
* Actually expose Message.webhook_id.Rapptz2017-06-241-0/+1
* [commands] Ensure that Context.command is the command in Command.can_runRapptz2017-06-211-17/+23
* [commands] Add __global_check_once to list of cog functions.Rapptz2017-06-201-0/+4
* [commands] Add Bot.check_once for a global check that is called once.Rapptz2017-06-201-11/+74
* Fix passing None to afk_channel in Guild.edit.Rapptz2017-06-191-3/+11
* [commands] Try to use the proper name when conversion fails.Rapptz2017-06-171-1/+6
* Properly quote reason header so non-ASCII works in audit log reasons.Rapptz2017-06-171-1/+2
* Make checking for truth-ness of EmbedProxy easier.Rapptz2017-06-161-0/+3
* [commands] Fix cog error detection in the default global error handler.Rapptz2017-06-131-1/+1
* [commands] Don't display default error handler if a cog local exists.Rapptz2017-06-121-2/+8
* Downgrade PartialReactionEmoji to str in non-raw reaction events.Rapptz2017-06-091-1/+4
* Defer logging formatting until the logger is actually called.Rapptz2017-06-096-19/+17
* Implement "partial" message events.Rapptz2017-06-096-25/+108
* Allow sending files list smaller than 2 elements in Messageable.sendBeatButton2017-06-071-4/+3
* [commands] Add docstrings for extension loading.Rapptz2017-06-051-0/+42
* Fix AuditLogDiff.__iter__ to return an actual iterable.Rapptz2017-06-041-1/+1
* Log when a player's after function fails.Rapptz2017-06-021-1/+4
* [commands] Allow inline advanced converters via classmethods.Rapptz2017-06-011-4/+10
* Support for sending a nonce.Rapptz2017-05-312-6/+15
* Don't assume the inviter is always there.Rapptz2017-05-311-1/+4
* 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-302-4/+86
* 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-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