1185 Commits (f554861e689544a42f59d7e944f03bf1ad238a14)

Author SHA1 Message Date
Rapptz f554861e68 Make discord.Object hashable. 8 years ago
Mitchell Ferree ecdd21212c Disallow setting non-permission attributes 8 years ago
Rapptz de65f7309b Add heartbeat_timeout to the Client options. 8 years ago
Rapptz ceafae0ab2 Add DiscordWebSocket.latency to measure discord heartbeat latency. 8 years ago
Matt Gardner f490afa5dc Fixed ExponentialBackoff not working when integral 8 years ago
SinisterRectus 8acf3d01ce Remove GuildChannel.is_default 8 years ago
Gorialis 1582116b72 Add documentation examples for AsyncIterator and change_presence. 8 years ago
Gorialis 934456035e Change VerificationLevel, ContentFilter to be IntEnums 8 years ago
Rapptz e493f1f2f4 Remove Guild.create_invite too since it relies on a default channel. 8 years ago
Rapptz 3dc1195637 Remove Guild.default_channel 8 years ago
Rapptz 51a39b5b1c Rename avatar_is_animated to is_avatar_animated and make it a method. 8 years ago
Rapptz fe3b917564 Continue connection loop with back-off if connecting fails >5 times. 8 years ago
khazhyk 0a588fac1c allow trailing null bytes in uploaded jpegs 8 years ago
khazhyk 2c4876f2e7 add Guild.icon_url_as 8 years ago
khazhyk 12ca0d9b16 avatar_url_as improvements 8 years ago
Juan ea0c37b538 accept_invite() doesn't exist on rewrite 8 years ago
khazhyk f1e08cccac Add bulk argument to TextChannel.purge 8 years ago
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 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
khazhyk fc22d288be [commands] unload cog submodules 8 years ago
Rapptz c2544b9101 Handle everyone role having top priority in permission resolution. 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 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 0b9d402272 [commands] Improve commands.when_mentioned_or 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 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