1324 Commits (37b0fdb898a0f242f68d30abb6c58bd1a15a6524)
 

Author SHA1 Message Date
Rapptz 37b0fdb898 Add webhook support. 8 years ago
Rapptz deaba1f5ab Use time.monotonic instead of time.time for heartbeat code. 8 years ago
Rapptz 1c60f9ccf4 Consume remaining keyword arguments in Game constructor. 8 years ago
Rapptz 9a0e9b0494 Update system_content strings for MessageType.new_member. 8 years ago
Rapptz 3b3b8a5150 Remove incorrect extraneous usage of reason keyword argument. 8 years ago
Rapptz 13c6a0a17a Add support for Guild.system_channel 8 years ago
Rapptz b8c19954e4 Add default type for Game. 8 years ago
Ashton Tito e0f733a5c1 use cdn url for custom emojis 8 years ago
Gorialis 80586cb081 Minor fixes in migrating doc 8 years ago
Rapptz 0f7482ed6e Add Client.latency, AutoShardedClient.latency and latencies. 8 years ago
Rapptz 63231ef033 Remove reason keyword argument from message deletion. 8 years ago
MysterialPy adf99eb2cd Add delete_after to 'edit'. 8 years ago
Rapptz d8360411ea Fix cases where user_id can be None in audit logs. 8 years ago
Rapptz fce2ef5534 [commands] Raise when an invalid prefix is given. 8 years ago
Rapptz 434d6dc347 Fix extraneous parentheses in Client.emojis render in migrating docs. 8 years ago
PapyrusThePlant 0d21e83b7f Fix the proxy support for aiohttp>=1.4. 8 years ago
Rapptz eb673ec2af [commands] Ensure no mentions escape clean_content 8 years ago
Rapptz cb709cc9da [commands] Fix clean_content converter not properly escaping mentions. 8 years ago
Rapptz be1cffb7c3 Support for discord.Object in Member.remove_roles and Member.add_roles 8 years ago
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 20fae90a08 Add operation documentation for VerificationLevel, ContentFilter 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 9cfa39a1c7 Fix AsyncIterator documentation to properly show coroutines. 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 8f0dcaa666 Variadic arguments are a tuple not a list. 8 years ago