4486 Commits (94b2f45cd4a72d48e4114d85e11743defc81c30f)
 

Author SHA1 Message Date
Bryan Forbes b891fda6a7 Fix various generics throughout the public interface 3 years ago
Rapptz e45257f6f4 Fix bolded HTTPException not working due to rST limitation 3 years ago
Soheab 521e9eb6ca Fix small typo in Guild.edit docstring 3 years ago
Vioshim 2a464b8041 Implement Embed.__eq__ and EmbedProxy.__eq__ 3 years ago
Stocker ce3853a38d Use a TypeVar for flatten_user to workaround Pyright bug 3 years ago
Rapptz 50ac9268bb Fix crash with automod due to silent Discord breaking change 3 years ago
Rapptz 76ce315a83 [commands] Fix type annotations to use Union instead of | 3 years ago
Mikey d92309e19d [commands] Change cooldowns to take context instead of message 3 years ago
Rapptz 00590e865f Use a sequence instead of a list for AllowedMentions 3 years ago
Sebastian Law b17fb67341 [commands] Unload cog when command registration fails in _inject 3 years ago
Rapptz 088e763306 Change certain sequences to use a special proxy type instead of list 3 years ago
Rapptz 918151c5ad Fix utils.copy_doc being partially unknown 3 years ago
Rapptz 3e6eb0dec3 Add extraneous debug logging to sub ratelimits being detected 3 years ago
Rapptz e08b9ab68e Allow configuring the maximum ratelimit timeout before erroring 3 years ago
Rapptz 37c2cc2747 Special case message deletion sub rate limits 3 years ago
Rapptz 70432f770b Rewrite rate limit handling to use X-Ratelimit-Bucket and a semaphore 3 years ago
Rapptz 2fe41c825b Fix some minor typing errors 3 years ago
ow0x 8f7d13d7f0 Update docs for abc.Messageable.pins() 3 years ago
z03h b4d2395a5e [commands] change Range to raise BadArgument for invalid values 3 years ago
Lilly Rose Berner 0a2bb5e85f Add forum post rename system message 3 years ago
GoogleGenius 9f82fa1037 Fix small typos in docstrings 3 years ago
Michael H 07cee76c66 Add advanced startup example 3 years ago
James Hilton-Balfe 0cd06789e4 Prioritise async iteration before sync iteration in utils.find/get 3 years ago
z03h 55ae37f65e Add automod types to audit log 3 years ago
Rapptz 7c71feac23 Change abc.PrivateChannel to be a proper subclass 3 years ago
Rapptz a4f0b9f5ef Improve documentation on AutoModAction.message_id 3 years ago
Rapptz 5d41d4ca50 Fix ArrayFlags._from_value not having an initial value 3 years ago
CoolSpring8 6f30c0612b Fix passing proxy to interactions and webhooks 3 years ago
Rapptz 360836ce10 [commands] Add support for Range[str, ...] 3 years ago
Simon Beal 61d2bc78fe Add support for harmful_link automod triggers 3 years ago
Omkaar a7248aa582 Fix tiny errors 3 years ago
Bryan Forbes 547fcb93d1 [commands] Change Command.extras to match typing in app commands 3 years ago
ChrisJL f364a88c20 Add documetation for auto_moderation_action MessageType enum 3 years ago
Alex Nørgaard d61ccf7931 Implement AutoMod 3 years ago
Rapptz aa956914cd Add Thread.starter_message property 3 years ago
mniip 08c9da6e89 Change View, Modal, and AudioPlayer to use logger instead of stderr 3 years ago
GoogleGenius 6294f58f56 Use the latest GitHub Action versions 3 years ago
will d813cbecbe Fix typo and capitalizations in docs 3 years ago
Kellenn eb611b3272 Fix AttributeError in logging example 3 years ago
Rapptz 5ddf32dd09 Fix potential infinite loop in Reaction.users 3 years ago
Nadir Chowdhury c9d6d3d1df Add extra details to rate limit logs 3 years ago
Rapptz 082c39ca8b [tasks] Only update the time interval if the body has run once 3 years ago
Sarthak Upadhyay 5d48294b77 Update sticker limit in _PREMIUM_GUILD_LIMITS 3 years ago
Rapptz 9efa9d6f9a Remove extraneous assignment in logging documentation 3 years ago
Rapptz 24bc2ae4a1 Remove unnecessary construction of logging.Formatter in docs 3 years ago
Rapptz 14240540bb Change default for purge oldest_first to match history 3 years ago
Rapptz d053ecf8b9 Refactor utils.oauth_url slightly 3 years ago
Miku Chan aedbedaff8 Add state parameter to utils.oauth_url 3 years ago
Rapptz 495854bcb3 Change stderr prints to use the logging module instead 3 years ago
Rapptz 5c61d2d738 Add default logging configuration when using Client.run 3 years ago