DA-344
8f59216e68
chore: more components v2 things and finished danny's suggested impl
3 months ago
DA-344
cbdc618e3e
chore: Finish ActionRow and fix ViewStore.add_view
3 months ago
DA-344
18f72f58fd
idk some things
3 months ago
DA-344
faa31ffc52
chore: Add notes and versionaddeds
3 months ago
DA-344
869b68f68b
fix: _ViewWeights.v2_weights always returning False
3 months ago
DA-344
bfae3a5183
chore: Make type the first key on to_components_dict
3 months ago
DA-344
568a3c396f
chore: Run black
3 months ago
DA-344
70bdcfa0b7
chore: Update item _view attr and # type: ignore self.accessory in section
3 months ago
DA-344
a4389cbe7e
chore: Revert change View.to_components() sorting key
3 months ago
DA-344
0a0396889c
chore: fix errors
TextDisplay attribute error when doing TextDisplay.to_component_dict()
View.to_components() appending Item objects instead of Item.to_component_dict()
Changed View.to_components() sorting key
3 months ago
DA-344
5fda19eb91
chore: add ui.Section.is_dispatchable
3 months ago
DA-344
e7693d9134
chore: buttons cannot be outside action rows
3 months ago
DA-344
86d967cbcd
fix: Docs failing due to :class:
ames
3 months ago
DA-344
15ec28b870
chore: yet more docs fix
3 months ago
DA-344
4202ef4c7e
chore: Format ValueError no row.setter to show the maxrow and not 10
3 months ago
DA-344
14d8f31536
chore: Add missing enums to docs and fix docstrings
3 months ago
DA-344
a1bc73b51b
fix: add SeparatorComponent to __all__
3 months ago
DA-344
5d1300d9fc
fix: documentation errors
3 months ago
DA-344
7824c3f544
chore: fix everything lol
3 months ago
DA-344
de8a7238f8
chore: docs and some changes
3 months ago
DA-344
28efb157ee
chore: Finished first components v2 impl
3 months ago
DA-344
39998b4fb3
chore: Revert double quotes
3 months ago
DA-344
f42b15fe13
chore: Remove attachment.py
3 months ago
DA-344
2b14f0b014
chore: message attachments things
3 months ago
DA-344
0f04d48893
chore: Remove views leftover
3 months ago
DA-344
4aef97e249
chore: undo attachment file move
3 months ago
DA-344
4467ebaca6
chore: Donnot subclass AttachmentBase and fake payload for Attachment initialization on UnfurledAttachment
3 months ago
DA-344
b872925d9f
chore: Remove views things
3 months ago
DA-344
76e2028118
chore: More v2 components on UI and idk some changes
3 months ago
DA-344
86897182ba
chore: more things to components v2
3 months ago
DA-344
eea95d95c9
chore: Add more components and some things on weights and so
3 months ago
DA-344
ce3f48e959
fix: License quotes
3 months ago
DA-344
335b3976d8
chore: Update components
3 months ago
DA-344
75134562fd
feat: First components v2 commit
3 months ago
DA-344
ae2410fa3a
feat: Components V2
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