aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/discord.js/BushClientEvents.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-03-08 19:37:57 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-03-08 19:37:57 -0500
commitb86a05f4b21c62e18bf669e00646b715a409bdb0 (patch)
tree6d3623c45fd321ade5f8bbf6de37385f43123759 /src/lib/extensions/discord.js/BushClientEvents.ts
parent57e47b8b84dee001c65c1ab43833c09fef056a4b (diff)
downloadtanzanite-b86a05f4b21c62e18bf669e00646b715a409bdb0.tar.gz
tanzanite-b86a05f4b21c62e18bf669e00646b715a409bdb0.tar.bz2
tanzanite-b86a05f4b21c62e18bf669e00646b715a409bdb0.zip
feat: misc changes for extentions
Diffstat (limited to 'src/lib/extensions/discord.js/BushClientEvents.ts')
-rw-r--r--src/lib/extensions/discord.js/BushClientEvents.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/extensions/discord.js/BushClientEvents.ts b/src/lib/extensions/discord.js/BushClientEvents.ts
index 7437f7f..4a10ce5 100644
--- a/src/lib/extensions/discord.js/BushClientEvents.ts
+++ b/src/lib/extensions/discord.js/BushClientEvents.ts
@@ -1,6 +1,7 @@
import type {
BanResponse,
BushApplicationCommand,
+ BushButtonInteraction,
BushClient,
BushDMChannel,
BushGuild,
@@ -10,10 +11,12 @@ import type {
BushGuildTextBasedChannel,
BushMessage,
BushMessageReaction,
+ BushModalSubmitInteraction,
BushNewsChannel,
BushNonThreadGuildBasedChannel,
BushPresence,
BushRole,
+ BushSelectMenuInteraction,
BushStageInstance,
BushTextBasedChannel,
BushTextChannel,
@@ -319,6 +322,10 @@ export interface BushClientEvents extends AkairoClientEvents {
reason: string | undefined,
results: Collection<Snowflake, BanResponse>
];
+ /* components */
+ button: [button: BushButtonInteraction];
+ selectMenu: [selectMenu: BushSelectMenuInteraction];
+ modal: [modal: BushModalSubmitInteraction];
}
type Setting =