Soheab_
b52ded68c8
Use total=False over NotRequired everything
1 month ago
Soheab_
621af5f654
Add missing kwargs for (AutoSharded)Bot
1 month ago
Soheab_
a79a693868
app_commands: commands
1 month ago
Soheab_
a4aeab9a59
abc
1 month ago
Soheab_
b2173bf6ec
ext.commands: checks
1 month ago
Soheab_
62e6b8e20f
ext.commands: bot
1 month ago
Soheab_
21b07a2a79
ext.commands: core
1 month ago
Soheab_
62a59babac
ext.commands: help
1 month ago
Soheab_
0145ecb46c
permissions
1 month ago
Soheab_
574235c634
Remove unnecessary comments
1 month ago
Soheab_
2353a82b9b
AutoSharded(Client/Bot)
1 month ago
Soheab_
624ce4ddd6
Permission[s](Overwrite)
1 month ago
Soheab_
f2700a96e1
flags: MemberCacheFlags
1 month ago
Soheab_
89a210b55b
Remove unusued imports
1 month ago
Soheab_
7e8a254541
ext.commands: hybrid
1 month ago
Soheab_
edb32b6337
Run "black discord"
1 month ago
Soheab_
13848f0e88
Remove unneeded total=False
1 month ago
Soheab_
3ff66286cb
ext.commands: cog, core
1 month ago
Soheab_
79e426f7ea
flags: Intents
1 month ago
Soheab_
38b72da479
Remove unused imports
1 month ago
Soheab_
b4a10c50fb
fix: intents should actually be required
1 month ago
Soheab_
6dbe1184ad
Client & Bot
1 month ago
Rapptz
460d188359
Version bump for development
4 months ago
Rapptz
d2a6ccf715
Version bump to v2.5.2
4 months ago
dolfies
8594dd1b30
Fix embed media flags regression
4 months ago
Rapptz
973bb5089f
Version bump for development
4 months ago
Rapptz
73f261d536
Version bump to v2.5.1
4 months ago
dolfies
cab4732b7e
Make embed flags required and add them to all media fields
4 months ago
dolfies
de5720e659
Fix attachment is_spoiler() and is_voice_message()
4 months ago
Rapptz
fbe2b358fc
Add note about NotFound for Messageable.send
Fix #10116
4 months ago
dolfies
66f3548f3a
Add defaults for message object parsing
4 months ago
dolfies
a8b4eb1e9b
Create ScheduledEvent on cache miss in SCHEDULED_EVENT_DELETE
4 months ago
Jakub Kuczys
19f02c40b3
Document message types that can have a default message reference
4 months ago
DA344
0e4f06103e
Fix InteractionCallbackResponse.resource having incorrect state
Fix InteractionCallbackResponse.resource being created
with a ConnectionState instead of _InteractionMessageState
4 months ago
Willi
470323493e
Pass BotT type argument to DeferTyping
4 months ago
Rapptz
2cf1babb4a
Version bump for development
4 months ago
Rapptz
e837ac1cac
Version bump to v2.5.0
4 months ago
Rapptz
e8d571b194
Add missing Poll attribute documentation
4 months ago
Rapptz
43e1c55d11
Remove with_response parameter documentation
4 months ago
Rapptz
8953938a53
Update Pyright to v1.1.394
4 months ago
Rapptz
1cdf710908
Rename InteractionCallback to InteractionCallbackResponse
4 months ago
Rapptz
776fc2251d
[commands] Use interaction response within Context.send
4 months ago
DA344
5b78097cef
Add support for Interaction Callback Resource
Co-authored-by: Danny <[email protected] >
4 months ago
Soheab
fa158a5eba
Add support for getting and editing integration_types_config application field
4 months ago
DA344
6ab747f9e5
Add support for sending views in stateless webhooks
4 months ago
Leonardo
8edf433255
Implement rich role.move interface
Co-authored-by: Danny <[email protected] >
4 months ago
Dep
4c3ce8fb85
Fix Member.roles having None members
Signed-off-by: Depreca1ed <[email protected] >
4 months ago
DA344
8a95c0190c
Add support for embed flags and update attachment flags
Co-authored-by: Danny <[email protected] >
4 months ago
Gooraeng
76eb126664
Add 'mention' property in PartialWebhookChannel
4 months ago
Eric Schneider
52967ec103
Fix path sanitation for absolute Windows paths
When using an absolute Windows path (e.g. `C:\Users\USER\Documents\`)
for the `newbot` command the translation table replaced the valid `:`
character in the drive causing it to create the directory at the wrong
place.
Fixes #10096
4 months ago