Rodry
|
bd48e6df84
|
feat(CommandInteraction): add toString method (#6793)
|
2021-10-12 21:11:18 +02:00 |
|
monbrey
|
fff887b2f4
|
feat(CommandInteractionResolvedData): access to "raw" resolved data (#6384)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-08-12 15:04:40 +01:00 |
|
monbrey
|
0266f28096
|
feat: right-clickybois (context menu support for ApplicationCommand and CommandInteraction) (#6176)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-08-10 23:56:12 +01:00 |
|
Jiralite
|
49d3c0bf87
|
docs: Correct wrong interaction links (#6274)
* docs: Correct wrong interaction links
* docs: fix errors and apply single option
* Update src/structures/CommandInteraction.js
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-08-10 21:32:28 +01:00 |
|
Jan
|
4241febe24
|
refactor(Interaction): rename defer to deferReply (#6306)
|
2021-08-05 17:30:13 +01:00 |
|
Antonio Román
|
61db5f7618
|
refactor: added TextBasedChannels type (#6286)
|
2021-08-03 23:12:51 +01:00 |
|
ckohen
|
9679b90872
|
fix(ThreadChannel): better property handling (#6172)
|
2021-07-28 01:29:06 +01:00 |
|
Jiralite
|
5e706941fc
|
docs(CommandInteraction): Correct type definition of CommandInteractionOption (#6169)
|
2021-07-22 12:56:44 +01:00 |
|
Shino
|
328501bd8e
|
refactor(CommandInteractionOptionResolver): add readonly data property (#6156)
|
2021-07-21 22:22:47 +01:00 |
|
Shino
|
f293132345
|
feat(CommandInteraction): add CommandInteractionOptionResolver (#6107)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-07-18 19:16:32 +01:00 |
|
1Computer1
|
9cd5e7ed61
|
refactor(Managers): rename add to _add (#6060)
|
2021-07-08 11:34:45 +01:00 |
|
Antonio Román
|
a7c6678c72
|
refactor: change xID to xId (#6036)
* refactor: change `xID` to `xId`
* Update src/managers/MessageManager.js
Co-authored-by: Noel <buechler.noel@outlook.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-07-04 19:54:27 +01:00 |
|
Almeida
|
ec06ba7ad0
|
docs(*): wrap optional properties with union types in parentheses (#6021)
|
2021-07-03 21:00:53 +01:00 |
|
Sugden
|
1e8f01253e
|
refactor: new node features (#5132)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2021-06-30 21:40:33 +01:00 |
|
Rodry
|
e0efcc6ab0
|
docs(*): add links to Discord's API objects & data (#5862)
|
2021-06-24 09:55:44 +01:00 |
|
monbrey
|
bd9f56af9a
|
feat(Interactions): improve error handling for ephemeral responses (#5892)
Co-authored-by: muchnameless <12682826+muchnameless@users.noreply.github.com>
|
2021-06-24 00:03:52 +01:00 |
|
Kevin
|
32d8c8ba94
|
docs: CommandInteraction#channelID is type of Snowflake (#5776)
|
2021-06-08 14:16:37 +01:00 |
|
ckohen
|
dec191aa1e
|
feat(Interactions): add InteractionWebhook for better internals (#5712)
|
2021-06-06 00:41:23 +01:00 |
|
monbrey
|
cbd7f2b9aa
|
feat(MessageComponents): clickybois (MessageButton, MessageActionRow, associated Collectors) (#5674)
Co-authored-by: Vicente <33096355+Vicente015@users.noreply.github.com>
Co-authored-by: Shubham Parihar <shubhamparihar391@gmail.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
Co-authored-by: BannerBomb <BannerBomb55@gmail.com>
Co-authored-by: Arechi <22101241+Arechii@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2021-06-04 16:49:46 +01:00 |
|
Shubham Parihar
|
af2fad9473
|
fix(CommandInteraction): cmds with no options throw error (#5734)
|
2021-06-03 09:34:40 +01:00 |
|
Shubham Parihar
|
fdad140997
|
feat(CommandInteraction): make options a collection (#5705)
|
2021-06-02 17:44:50 +01:00 |
|
Lupa
|
5141ea4f06
|
fix(CommandInteraction): channel type should be text based channels (#5690)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-06-02 11:05:35 +01:00 |
|
Jan
|
add924cdb2
|
docs: fix InteractionDeferOptions typedef (#5694)
|
2021-05-29 12:24:28 +01:00 |
|
Shubham Parihar
|
3589e0f442
|
docs: add new typedef to properly doc InteractionReplyOptions (#5632)
|
2021-05-26 12:09:25 +01:00 |
|
Jan
|
ed593c91fb
|
feat: InteractionDeferOptions (#5641)
|
2021-05-26 12:09:14 +01:00 |
|
Shubham Parihar
|
56d44fbf1c
|
fix(CommandInteraction): update typings and docs for #editReply (#5630)
|
2021-05-22 09:58:06 +02:00 |
|
monbrey
|
68b40dd91d
|
feat(CommandInteraction): ephemeral followup messages (#5618)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2021-05-15 00:40:23 +02:00 |
|
Jan
|
f7643f7bbe
|
feat: interactions (#5448)
Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
Co-authored-by: Advaith <advaithj1@gmail.com>
Co-authored-by: Shiaupiau <stu43005@gmail.com>
Co-authored-by: monbrey <rsm999@uowmail.edu.au>
Co-authored-by: Tiemen <ThaTiemsz@users.noreply.github.com>
Co-authored-by: Carter <carter@elhnet.net>
|
2021-05-07 17:22:33 +02:00 |
|