1273 Commits (1d3bb1f510fd8be5c686d129ff48110b1dcaf8bb)
 

Author SHA1 Message Date
Rapptz 1d3bb1f510 Simplify embed timestamp code due to it being fixed Discord side. 8 years ago
Rapptz 6c67910fa9 Remove Invite.accept. 8 years ago
Rapptz 2f97678a79 First pass at commands narrative documentation. 8 years ago
Daniel 6f42a5f2ec Fixed broken code 8 years ago
khazhyk fc22d288be [commands] unload cog submodules 8 years ago
Daniel a037d469d7 Add basic rewrite voice example 8 years ago
Rapptz c2544b9101 Handle everyone role having top priority in permission resolution. 8 years ago
Rapptz bd67cb5137 Hide constructor for objects that shouldn't be created by users. 8 years ago
Rapptz b88cc8156c Accidentally left a print statement. 8 years ago
Rapptz ea078f1c68 Fix TextChannel.purge not working. 8 years ago
Rapptz 3bd0c2120c Implement a LRU cache for private channels. 8 years ago
Rapptz 169f3a8322 Don't unnecessarily re-create private channels. 8 years ago
JW c220b3faa4 Fixed a typo in calls.py 8 years ago
Rapptz e0f02f1775 Rename AsyncIterator.get to next to prevent shadowing. 8 years ago
khazhyk 94eb938d29 handle Game.name being None 8 years ago
khazhyk 6c01250c39 [commands] fix unloading incorrect cogs 8 years ago
khazhyk bca72e64d6 [commands] clean up remove_cog documentation 8 years ago
Rapptz c98443e9aa Fix wrong order in migrating docs. 8 years ago
Rapptz 8caa088d25 Allow PartialReactionEmoji in add_reaction and remove_reaction. 8 years ago
Rapptz f607febaf7 Fix Message.remove_reaction and Message.add_reaction taking in Reaction 8 years ago
Rapptz da6ced72c9 Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2 8 years ago
Rapptz 0b9d402272 [commands] Improve commands.when_mentioned_or documentation. 8 years ago
Rapptz 867d918e30 Add when_mentioned and when_mentioned_or to the documentation. 8 years ago
Rapptz 25a1d8c300 Add support for user flags in Profile. 8 years ago
Rapptz 77f04539b1 Typo in docstring for TextChannel.delete_messages 8 years ago
Rapptz 51429f98e8 Fix typo in migrating page. 8 years ago
Rapptz 64cba11656 Allow TextChannel.delete_messages to take lists of 0 or 1 element. 8 years ago
Rapptz ce34713c45 [commands] Do not take up 'command' keyword-argument in Context.invoke. 8 years ago
Rapptz ad20e3066e [commands] Add parameter that failed in fall-back BadArgument error. 8 years ago
Rapptz 649e4de149 Add Reaction.__str__ 8 years ago
Rapptz 723e392c95 Properly sort roles and discard everyone role in Member.colour. 8 years ago
Rapptz 4ee90cd6e4 Fix missing lazy logging format calls. 8 years ago
Rapptz 72780e7737 Actually expose Message.webhook_id. 8 years ago
Rapptz 3618f51f97 [commands] Ensure that Context.command is the command in Command.can_run 8 years ago
Rapptz c23ef9e8a4 [commands] Add __global_check_once to list of cog functions. 8 years ago
Rapptz 717f11d635 [commands] Add Bot.check_once for a global check that is called once. 8 years ago
Rapptz 06c99533de Fix passing None to afk_channel in Guild.edit. 8 years ago
Rapptz 7d001ef46e [commands] Try to use the proper name when conversion fails. 8 years ago
Rapptz 851d4ce22a Properly quote reason header so non-ASCII works in audit log reasons. 8 years ago
Rapptz 15edfc2b26 Make checking for truth-ness of EmbedProxy easier. 8 years ago
Rapptz e62e2c7cc6 [commands] Fix cog error detection in the default global error handler. 8 years ago
Rapptz 7d6435fa9c [commands] Don't display default error handler if a cog local exists. 8 years ago
Rapptz efe8fbf6ed Fix format string in documentation. 8 years ago
Rapptz c1dad43f9d Downgrade PartialReactionEmoji to str in non-raw reaction events. 8 years ago
Rapptz b06899e7d4 Defer logging formatting until the logger is actually called. 8 years ago
Rapptz d239cc2666 Implement "partial" message events. 8 years ago
BeatButton 1be119cd45 Allow sending files list smaller than 2 elements in Messageable.send 8 years ago
Rapptz 0f7c1e09b0 Fix mixed order in migrating docs. 8 years ago
Rapptz 83dc93559c [commands] Add docstrings for extension loading. 8 years ago
Rapptz 1cf50f8054 Fix AuditLogDiff.__iter__ to return an actual iterable. 8 years ago