3785 Commits (6294f58f563f6ca23f0952fc21d35359c7b05af2)

Author SHA1 Message Date
Matt Gardner f490afa5dc Fixed ExponentialBackoff not working when integral 9 years ago
SinisterRectus 8acf3d01ce Remove GuildChannel.is_default 9 years ago
Gorialis 1582116b72 Add documentation examples for AsyncIterator and change_presence. 9 years ago
Gorialis 934456035e Change VerificationLevel, ContentFilter to be IntEnums 9 years ago
Rapptz e493f1f2f4 Remove Guild.create_invite too since it relies on a default channel. 9 years ago
Rapptz 3dc1195637 Remove Guild.default_channel 9 years ago
Rapptz 51a39b5b1c Rename avatar_is_animated to is_avatar_animated and make it a method. 9 years ago
Rapptz fe3b917564 Continue connection loop with back-off if connecting fails >5 times. 9 years ago
khazhyk 0a588fac1c allow trailing null bytes in uploaded jpegs 9 years ago
khazhyk 2c4876f2e7 add Guild.icon_url_as 9 years ago
khazhyk 12ca0d9b16 avatar_url_as improvements 9 years ago
Juan ea0c37b538 accept_invite() doesn't exist on rewrite 9 years ago
khazhyk f1e08cccac Add bulk argument to TextChannel.purge 9 years ago
khazhyk 62cdfbdbcd Raise in HTTPClient.request when out of retries 9 years ago
khazhyk 2850995062 Retry on 500 in HTTPClient.request 9 years ago
Daniel b532da7906 Fix waiting for resume when calling stop() on AudioPlayer 9 years ago
Rapptz 5d75c44651 Call cleanup on AudioSource.__del__. 9 years ago
Rapptz a7f846b37f [commands] Fix Command.root_parent not properly working. 9 years ago
Rapptz eda903f6b1 Add some logging for when ffmpeg processes get terminated. 9 years ago
Rapptz bd4505fec5 [commands] Restart the StringView properly in Context.reinvoke. 9 years ago
Rapptz bcaee518a1 [commands] Remove support for pass_context=False in Command. 9 years ago
Rapptz 6e0902ef57 Implement new-style NSFW channels. 9 years ago
Rapptz 2e57fa6dfd Don't re-raise in Client.connect if it's a clean close code. 9 years ago
Rapptz 3fbeb94cdb Expose reverse parameter in TextChannel.purge 9 years ago
Rapptz b3cad74442 Message content is Optional in Message.edit. 9 years ago
Rapptz 1d3bb1f510 Simplify embed timestamp code due to it being fixed Discord side. 9 years ago
Rapptz 6c67910fa9 Remove Invite.accept. 9 years ago
Rapptz 2f97678a79 First pass at commands narrative documentation. 9 years ago
khazhyk fc22d288be [commands] unload cog submodules 9 years ago
Rapptz c2544b9101 Handle everyone role having top priority in permission resolution. 9 years ago
Rapptz b88cc8156c Accidentally left a print statement. 9 years ago
Rapptz ea078f1c68 Fix TextChannel.purge not working. 9 years ago
Rapptz 3bd0c2120c Implement a LRU cache for private channels. 9 years ago
Rapptz 169f3a8322 Don't unnecessarily re-create private channels. 9 years ago
JW c220b3faa4 Fixed a typo in calls.py 9 years ago
Rapptz e0f02f1775 Rename AsyncIterator.get to next to prevent shadowing. 9 years ago
khazhyk 94eb938d29 handle Game.name being None 9 years ago
khazhyk 6c01250c39 [commands] fix unloading incorrect cogs 9 years ago
khazhyk bca72e64d6 [commands] clean up remove_cog documentation 9 years ago
Rapptz 8caa088d25 Allow PartialReactionEmoji in add_reaction and remove_reaction. 9 years ago
Rapptz f607febaf7 Fix Message.remove_reaction and Message.add_reaction taking in Reaction 9 years ago
Rapptz 0b9d402272 [commands] Improve commands.when_mentioned_or documentation. 9 years ago
Rapptz 25a1d8c300 Add support for user flags in Profile. 9 years ago
Rapptz 77f04539b1 Typo in docstring for TextChannel.delete_messages 9 years ago
Rapptz 64cba11656 Allow TextChannel.delete_messages to take lists of 0 or 1 element. 9 years ago
Rapptz ce34713c45 [commands] Do not take up 'command' keyword-argument in Context.invoke. 9 years ago
Rapptz ad20e3066e [commands] Add parameter that failed in fall-back BadArgument error. 9 years ago
Rapptz 649e4de149 Add Reaction.__str__ 9 years ago
Rapptz 723e392c95 Properly sort roles and discard everyone role in Member.colour. 9 years ago
Rapptz 4ee90cd6e4 Fix missing lazy logging format calls. 9 years ago