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
Co-authored-by: Blue <[email protected] >
3 years ago
Bryan Forbes
547fcb93d1
[commands] Change Command.extras to match typing in app commands
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
will
d813cbecbe
Fix typo and capitalizations in docs
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
- Include the rate limit bucket for webhooks
- Enable `stack_info` for the 429 warning.
3 years ago
Rapptz
082c39ca8b
[tasks] Only update the time interval if the body has run once
Fix #8151
3 years ago
Sarthak Upadhyay
5d48294b77
Update sticker limit in _PREMIUM_GUILD_LIMITS
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
Co-authored-by: Danny <[email protected] >
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
While it is possible to do this type of your set up yourself, it's
better for beginners to have logging automatically set up for them.
This has come up often in the help channel over the years. This also
provides an escape hatch to disable it.
3 years ago
James Hilton-Balfe
5858c44f63
[docs] Add async with documentation for Client
Co-authored-by: Rapptz <[email protected] >
3 years ago
Daniel Diaz
388941924f
[commands] Document argument attribute in BadInviteArgument
3 years ago
Josh
52a5f10307
Fix type annotations to adhere to latest pyright release
3 years ago
Rapptz
d13b47759b
Raise an exception when wait_until_ready is called without a loop
3 years ago
Soheab
52b6497fc3
Use static_format over format if present in Asset.replace
3 years ago
Kile
e73af5d117
Fix typings of deaf and mute in PartialMember
3 years ago
Enes Kurbetoğlu
77cf753089
Add on_raw_thread_member_remove event
3 years ago
Alex Nørgaard
4ce3343747
Add Guild.create_forum and CategoryChannel.create_forum
3 years ago
Rapptz
502cb800d5
Fix state modification endpoints on ScheduledEvent not working
Closes #8114
3 years ago
Rapptz
5c67cb5e64
Fix audit log bulk message delete not exposing count
3 years ago
Andy
db4fd9e883
Fix documentation errors in discord.Invite and on_integration_update
3 years ago
nickofolas
eedb7a422f
Use __getitem__ to access channel_id in MessageReference payloads
3 years ago
Rapptz
72ca280bf2
Add support for new thread_name parameter in Webhook.send
3 years ago
Rapptz
2e49ece810
Add webhook creation methods to ForumChannel
3 years ago
I. Ahmad
0bdc4d7281
Use json_or_text helper for parsing webhook responses
3 years ago
Rapptz
aaaba21f09
Fix versionadded docstrings in voice connect methods
3 years ago
Rapptz
41208f7391
Add a new extlink for discord documentation
3 years ago
Sebastian Law
91ca12061c
Use positional args for internal thread methods
3 years ago
zephyrkul
d241e61e63
Add remaining bitwise operators to Flags
3 years ago
Rapptz
cc7bdc2b98
Fix bug in permission resolution when dealing with timed out members
This would lead to timed out members having the read_messages
permission set to True instead of False
3 years ago
Nanashi
e788fe8726
Retry on 524 status code
3 years ago
Rapptz
36b46cfdf3
Change aiohttp object construction to no longer take loop objects
3 years ago
Star Brilliant
5620d6ae1b
Specify required argument types for FFI functions
On arm64 macOS, variadic arguments have special calling convention rules.
Therefore, we must specify the required argument types for ctypes to
pass the arguments correctly.
Apple documentation: https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Update-Code-that-Passes-Arguments-to-Variadic-Functions
Fix issue #8046
3 years ago
Wayoshi
49c059b3ca
[commands] fix case_insensitive bug in parse_flags
Co-authored-by: Danny <[email protected] >
3 years ago
Josh
6ad303fc0f
Add dunder or support to Flag types
3 years ago
z03h
1c1636875c
[commands] Fix errors when DynamicCooldown returns None
3 years ago
Ryan H
c90b6cc072
Add Reaction into typehint of add_reaction()
3 years ago
NextChai
bd75e39516
Add PartialIntegration to TargetType
3 years ago
Rapptz
83de745dae
Fix Connectable.connect typing having bad inference if cls is missing
3 years ago
z03h
0d05cd273e
Add VoiceChannel and Thread to isinstance checks
3 years ago
z03h
33039dbd25
[commands] Change FlagConverter to always raise BadFlagArgument
3 years ago
Lilly Rose Berner
e9e2d8cb1c
Improve component typing
3 years ago
invalid-user
5a838f6e0b
Add more detailed description to accent_colour
3 years ago