Soheab_
|
31a34ad7c5
|
Fix limit always being set to <max limit>
|
1 month ago |
Soheab_
|
8993d48e12
|
Remove extraneous conversion between timestamp and datetime for every request
|
1 month ago |
Soheab_
|
f30d164f12
|
Update abc.py
|
1 month ago |
Soheab_
|
38f014708d
|
Remove after param from http method too
|
1 month ago |
Soheab_
|
6b5aefc31e
|
Remove after param but keep pagination
|
1 month ago |
Soheab_
|
deece62c1a
|
black discord\abc.py discord\http.py
|
1 month ago |
Soheab_
|
7e38a2c0b1
|
Update docstring
|
1 month ago |
Soheab_
|
e59658418c
|
Make it paginate instead using the after param
|
1 month ago |
owocado
|
a62b25c6c0
|
Add missing attributes in AppCommandChannel
|
1 month ago |
owocado
|
e9f807e5ec
|
Fix Thread.applied_tags for media channels
|
1 month ago |
Soheab_
|
1417d06702
|
Add missing versionadded and exception
|
1 month ago |
Soheab
|
7fe1102841
|
Allow creating NSFW voice/stage channels
|
1 month ago |
Soheab
|
f6e0f72498
|
Add ability to create a media-only forum channel
|
1 month ago |
owocado
|
4862ea22fd
|
Return invites when deleting them via Invite.delete or Client.delete_invite
|
1 month ago |
owocado
|
d00c124883
|
Add MessageApplication.__str__
|
1 month ago |
owocado
|
fe942d1e16
|
Properly transform media channels in app commands
|
1 month ago |
owocado
|
826aa22868
|
Add platform key in __repr__ method for Game and Streaming
|
1 month ago |
owocado
|
c524f655be
|
Use human_join internal helper in BaseChannelTransformer
|
1 month ago |
owocado
|
2bcbd49bc6
|
Add __repr__ method to various classes
|
1 month ago |
Roberto Scifo
|
667e7c9065
|
Fixed to_dict() bug for user-defined embed classes
|
1 month ago |
Soheab
|
4a8817af2b
|
Document return object for Guild.create_template
|
1 month ago |
Gooraeng
|
adb93f4a60
|
Add deprecation warning to create_guild functions
|
1 month ago |
Michael H
|
b28a4a115e
|
Fix potentially stuck ratelimit buckets
|
1 month ago |
Leonardo
|
ef06d7d9db
|
Add Interaction.filesize_limit
|
1 month ago |
Alex Nørgaard
|
e177b4a705
|
Fix EmbedMediaProxy boolean check
|
1 month ago |
Leonardo
|
e84edf473c
|
Add colours for new Discord themes
|
1 month ago |
Soheab
|
aa5f4bdd7a
|
Fix poll parameter defaulting to MISSING instead of None for Context.send
|
1 month ago |
Dep
|
0ce11544e3
|
Add discord.Permissions.apps()
|
1 month ago |
Maxine
|
3e48119654
|
Fix unreachable code not triggering privileged intent error
|
1 month ago |
Leonardo
|
7f16a06479
|
Copy Select options when creating View class
|
1 month ago |
Soheab_
|
436e2b63aa
|
abc.Messageable
|
1 month ago |
Soheab_
|
a3b774b0e6
|
forgot to run black on discord/message.py
|
1 month ago |
Soheab_
|
a67fa1b53d
|
limit is actually 2-50 not 1-50
https://github.com/discord/discord-api-docs/pull/7585#discussion_r2146950055
|
1 month ago |
Soheab_
|
f501ab0c5b
|
Cleanup
|
1 month ago |
Soheab_
|
36b474c367
|
Fix Messageable.pins
|
1 month ago |
Soheab_
|
7d7b2f5ed9
|
Add Message.pinned_at and fix Message.pins
|
1 month ago |
Soheab_
|
612657b175
|
Use new pins endpoints
|
2 months ago |
Rapptz
|
460d188359
|
Version bump for development
|
5 months ago |
Rapptz
|
d2a6ccf715
|
Version bump to v2.5.2
|
5 months ago |
dolfies
|
8594dd1b30
|
Fix embed media flags regression
|
5 months ago |
Rapptz
|
973bb5089f
|
Version bump for development
|
5 months ago |
Rapptz
|
73f261d536
|
Version bump to v2.5.1
|
5 months ago |
dolfies
|
cab4732b7e
|
Make embed flags required and add them to all media fields
|
5 months ago |
dolfies
|
de5720e659
|
Fix attachment is_spoiler() and is_voice_message()
|
5 months ago |
Rapptz
|
fbe2b358fc
|
Add note about NotFound for Messageable.send
Fix #10116
|
5 months ago |
dolfies
|
66f3548f3a
|
Add defaults for message object parsing
|
5 months ago |
dolfies
|
a8b4eb1e9b
|
Create ScheduledEvent on cache miss in SCHEDULED_EVENT_DELETE
|
5 months ago |
Jakub Kuczys
|
19f02c40b3
|
Document message types that can have a default message reference
|
5 months ago |
DA344
|
0e4f06103e
|
Fix InteractionCallbackResponse.resource having incorrect state
Fix InteractionCallbackResponse.resource being created
with a ConnectionState instead of _InteractionMessageState
|
5 months ago |
Willi
|
470323493e
|
Pass BotT type argument to DeferTyping
|
5 months ago |