blord0
7802aaa9aa
Apply suggestions from code review
Co-authored-by: dolfies <jeyalfie47@gmail.com>
1 month ago
blord0
15cff6a3c3
Apply suggestions from code review
Co-authored-by: dolfies <jeyalfie47@gmail.com>
1 month ago
blord0
f718627cf3
Remove unnecessary returning of private attributes
1 month ago
blord0
3a8e44150f
Style fixes
1 month ago
blord0
d63672e0a1
Change guild_id to id
1 month ago
blord0
82b9483168
Apply suggestions from code review
Co-authored-by: dolfies <jeyalfie47@gmail.com>
1 month ago
blord0
9dc9c4072c
guild_id would sometimes return a string, convert to make sure it is always an int
1 month ago
blord0
db82935a9a
tab complete was not working for members. Not too sure if this is the correct fix, but it works
1 month ago
blord0
2f4000d7b2
Add docs for PrimaryGuild
1 month ago
blord0
f6d93c4e1c
Styling changes
1 month ago
blord0
6eb8e05e49
Apply change from code review
Forgot to add this one
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com>
1 month ago
blord0
ddf68cb69b
Fix as identity_enabled is only field assured to be returned
1 month ago
blord0
1aa48a17ec
Fix import issues
1 month ago
blord0
cb6d304608
Apply suggestions from code review
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com>
1 month ago
blord0
106ad77cc2
Rename all clan references to primary_guild
1 month ago
blord0
e3e234cf73
Fix circular import issues
1 month ago
blord0
644aba82af
Comments
1 month ago
blord0
81e63bc90c
Fix type corrections
1 month ago
blord0
b422aaf12b
Added getting clan tag asset
1 month ago
blord0
a9413a6d9c
Added base code for clan properties
1 month ago
blord0
4e1d3c9078
Added clan property to user object
1 month 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
Rapptz
2cf1babb4a
Version bump for development
5 months ago
Rapptz
e837ac1cac
Version bump to v2.5.0
5 months ago
Rapptz
e8d571b194
Add missing Poll attribute documentation
5 months ago
Rapptz
43e1c55d11
Remove with_response parameter documentation
5 months ago
Rapptz
8953938a53
Update Pyright to v1.1.394
5 months ago
Rapptz
1cdf710908
Rename InteractionCallback to InteractionCallbackResponse
5 months ago
Rapptz
776fc2251d
[commands] Use interaction response within Context.send
5 months ago
DA344
5b78097cef
Add support for Interaction Callback Resource
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
5 months ago
Soheab
fa158a5eba
Add support for getting and editing integration_types_config application field
5 months ago
DA344
6ab747f9e5
Add support for sending views in stateless webhooks
5 months ago
Leonardo
8edf433255
Implement rich role.move interface
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
5 months ago
Dep
4c3ce8fb85
Fix Member.roles having None members
Signed-off-by: Depreca1ed <70801324+Depreca1ed@users.noreply.github.com>
5 months ago
DA344
8a95c0190c
Add support for embed flags and update attachment flags
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
5 months ago
Gooraeng
76eb126664
Add 'mention' property in PartialWebhookChannel
5 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
6 months ago
dolfies
42e4a87374
Fix typo in voice server update state handling
6 months ago