aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Don't re-raise in Client.connect if it's a clean close code.Rapptz2017-07-141-0/+3
* Expose reverse parameter in TextChannel.purgeRapptz2017-07-141-2/+4
* Message content is Optional in Message.edit.Rapptz2017-07-101-1/+2
* Simplify embed timestamp code due to it being fixed Discord side.Rapptz2017-07-091-8/+1
* Remove Invite.accept.Rapptz2017-07-081-19/+0
* First pass at commands narrative documentation.Rapptz2017-07-081-2/+2
* [commands] unload cog submoduleskhazhyk2017-07-071-0/+3
* Handle everyone role having top priority in permission resolution.Rapptz2017-07-071-2/+13
* Accidentally left a print statement.Rapptz2017-07-051-1/+0
* Fix TextChannel.purge not working.Rapptz2017-07-041-1/+1
* Implement a LRU cache for private channels.Rapptz2017-07-042-5/+27
* Don't unnecessarily re-create private channels.Rapptz2017-07-041-3/+6
* Fixed a typo in calls.pyJW2017-07-041-1/+1
* Rename AsyncIterator.get to next to prevent shadowing.Rapptz2017-07-043-12/+12
* handle Game.name being Nonekhazhyk2017-07-031-1/+1
* [commands] fix unloading incorrect cogskhazhyk2017-07-031-3/+6
* [commands] clean up remove_cog documentationkhazhyk2017-07-031-3/+2
* Allow PartialReactionEmoji in add_reaction and remove_reaction.Rapptz2017-07-022-3/+12
* Fix Message.remove_reaction and Message.add_reaction taking in ReactionRapptz2017-07-021-4/+6
* [commands] Improve commands.when_mentioned_or documentation.Rapptz2017-07-011-2/+19
* 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