1336 Commits (94e2c0e66100d672faac9dc430daa0569e7d3250)
 

Author SHA1 Message Date
khazhyk 62cdfbdbcd Raise in HTTPClient.request when out of retries 8 years ago
khazhyk 2850995062 Retry on 500 in HTTPClient.request 8 years ago
Daniel b532da7906 Fix waiting for resume when calling stop() on AudioPlayer 8 years ago
Rapptz 5d75c44651 Call cleanup on AudioSource.__del__. 8 years ago
Rapptz a7f846b37f [commands] Fix Command.root_parent not properly working. 8 years ago
Rapptz eda903f6b1 Add some logging for when ffmpeg processes get terminated. 8 years ago
Rapptz bd4505fec5 [commands] Restart the StringView properly in Context.reinvoke. 8 years ago
Rapptz bcaee518a1 [commands] Remove support for pass_context=False in Command. 8 years ago
Rapptz 6e0902ef57 Implement new-style NSFW channels. 8 years ago
Rapptz 2e57fa6dfd Don't re-raise in Client.connect if it's a clean close code. 8 years ago
Rapptz 3fbeb94cdb Expose reverse parameter in TextChannel.purge 8 years ago
Rapptz 8f0dcaa666 Variadic arguments are a tuple not a list. 8 years ago
Rapptz b3cad74442 Message content is Optional in Message.edit. 8 years ago
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