281 Commits (e57617e1573160b4519bdc9f372c39fec9789603)

Author SHA1 Message Date
Josh e57617e157
Add support for delete_message_seconds ban argument 3 years ago
Rapptz 8dd186cf1e Fix cache eviction for ratelimit objects 3 years ago
Rapptz f1ec0919f6 Remove stack info from ratelimit logs 3 years ago
Rapptz 87c9c95bb8 Use persistent dictionary for ratelimit information 3 years ago
Rapptz a01dad283f Add extraneous debug logging to sub ratelimits being detected 3 years ago
Rapptz 76402b00f9 Allow configuring the maximum ratelimit timeout before erroring 3 years ago
Rapptz 85ea418776 Special case message deletion sub rate limits 3 years ago
Rapptz c17eb31328 Rewrite rate limit handling to use X-Ratelimit-Bucket and a semaphore 3 years ago
Rapptz 2067819b75 Fix some minor typing errors 3 years ago
Alex Nørgaard 5426d19dc7
Implement AutoMod 3 years ago
Nadir Chowdhury 85495a910c
Add extra details to rate limit logs 3 years ago
Soheab 3aa55ba1ed
Implement Application Command Permissions models 3 years ago
Rapptz e543abd950 Add support for new thread_name parameter in Webhook.send 3 years ago
Sebastian Law f24f34e3f1
Remove unused internal bot_token attribute 3 years ago
Nadir Chowdhury e2d0193531
Implement WelcomeScreen 3 years ago
Nanashi 2bb7ed2092
Retry on 524 status code 3 years ago
Rapptz 93e1ff5f07 Change aiohttp object construction to no longer take loop objects 3 years ago
Rapptz 1df3ed861c Fix broken HTTPClient.recreate code to actually clear session 3 years ago
Rapptz 7f210c90f4 Return a named tuple with message from ForumChannel.create_thread 3 years ago
Rapptz 06df0d7931 Address latest breaking change in creating forum posts 3 years ago
I. Ahmad 6265723a35
Add support for archive duration in Guild.create_text_channel 3 years ago
Rapptz a8b26b9257 Allow pinning a thread using Thread.edit 3 years ago
Rapptz 23f6876492 Add initial support for forum channels 3 years ago
Josh d600436378
[types] Use PEP-655 style Required/NotRequired types 3 years ago
Rapptz 9acf1db076 Support ban endpoint pagination 3 years ago
Kellen 4fd2d5fdfd
Remove redundant imports and variables 3 years ago
Rapptz 77ec49782a Add http_trace option in Client to trace the library's HTTP requests 3 years ago
z03h 8d86ee3fe3
Fix mention_author suppressing all mentions 3 years ago
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Rapptz 9c61e10a55 Move all async object creation to a proper initialisation point 3 years ago
Rapptz 8d4f08a5e7 Fix AutoShardedClient to work with the new asyncio loop machinery 3 years ago
Han Seung Min - 한승민 93af158b0c
Refactor loop code to allow usage of asyncio.run 3 years ago
Rapptz ba2763a4a1 Add private hook for changing the API version 3 years ago
Rapptz 0330282c5f Create a default TCPConnector with no limit 3 years ago
Stocker e15415413b
Add missing parameters to certain methods 3 years ago
I. Ahmad 8360e4af8d
Add premium_progress_bar_enabled attribute on Guild 3 years ago
Rapptz fa901afa3a Add replied_user key when no allowed_mentions is passed in 3 years ago
JDJG Inc. Official e69428a841
Add with_counts support for Client.fetch_guild 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
Nadir Chowdhury 3c6279b947
Implement Guild Scheduled Events 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Rapptz e13997f35e Remove region parameters from HTTPClient 3 years ago
Josh 285069de08 Fix types in guild.py 3 years ago
Josh c8064ba6f2 Type-hint gateway 3 years ago
Rapptz 30e7a2e937 Fix a few more type errors 3 years ago
Rapptz c7c6d74d8d Fix type errors in the abc module 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh dede5539ee
Add support for editing message attachments 3 years ago
Rapptz e14153ddcb Fix nonce being sent even when not specified 3 years ago