DA-344
b699e7e5e5
versionadded's and reorders
3 weeks ago
DA-344
67d67d3495
chore: Clarify note on message edit related methods
3 weeks ago
DA-344
afedd77fe1
Merge branch 'feat/components-v2' of https://github.com/DA-344/d.py into feat/components-v2
3 weeks ago
DA-344
06f4052e0f
chore: Add notes on LayoutView behaviour when editing messages
3 weeks ago
DA344
0342becc75
update container.accent_colour to not raise errors on None
Co-authored-by: Jay3332 <40323796+jay3332@users.noreply.github.com>
1 month ago
DA-344
d5d3348518
merge master
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
Tari
680fe9bc80
Add channel select to component type documentation
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
owocado
8d8d5e180a
fix docs for soundboard_sound_update event
1 month ago
DA-344
c03afaaa5c
fix: views saying that arent dispatchable when they are
1 month ago
DA-344
5d5f4b6d14
fix: total_children not being updated when using add_item
1 month ago
DA-344
9fc0d3fc56
fix: ActionRow missing id
1 month ago
DA-344
3697a9b96c
chore: prevent storing non-interactable views and various fixes
1 month ago
DA-344
8a79252e9d
typo
1 month ago
DA-344
3465426ff6
chore: revert removing comments
1 month ago
DA-344
3040529281
chore: remove unused imports and typings
1 month ago
DA-344
c4225ecd2f
chore: remove unused functions and attributes
1 month ago
DA-344
14bf8c1432
fix: Section not having all attributes due to cls.__new__(cls)
1 month ago
DA-344
7345812ba4
fix: typings
1 month ago
DA-344
8c807e1e20
chore: update some things for storing items
1 month ago
DA-344
4bd97e1c71
chore: fix messy code on ViewStore.schedule_dynamic_item_call
1 month ago
DA-344
7e071ff3c9
chore: remove unused imports & run black
1 month ago
DA-344
04d1ca077c
fix: dynamic items strange cases
1 month ago
DA-344
3582bf62be
fix: dynamic item calls failing
1 month ago
DA-344
d9f0be78cc
add attachment_id and name & size
1 month ago
DA-344
0d86c55d45
chore: use a truthy check instead of a is not None
2 months ago
DA-344
f1c397dfb4
typing
2 months ago
DA344
4f2040593d
chore: Add Container.type property
raised NotImplementedError
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
2 months ago
DA-344
ad361364eb
chore: update types
2 months ago
DA-344
ca62512431
fix: description key always present when being None
2 months ago
DA-344
e1d8a8419b
chore: change get_item behaviour
2 months ago
DA-344
59321d356d
revert " fix on the previous commit\
2 months ago
DA-344
b8432722d8
Revert "chore: update ViewStore.dispatch_view"
This reverts commit 49125e8406
.
2 months ago
DA-344
8f03384a88
fix on the previous commit lol
2 months ago
DA-344
49125e8406
chore: update ViewStore.dispatch_view
Since a time ago, the /interactions/{token}/callback route got a return type (finally), and this code updates the whole interaction_id dependency the current system had to always use the
resource id (in case it is a message) Discord provides.
discord.py always defaults to receiving a response on interaction callbacks, so it should not fail anymore.
Maybe needs some fixing, the testing I've done seems to be working fine, so I guess I'll leave it like that currently
2 months ago