From c63047284d2a1f85d670f438183584b0b1b03452 Mon Sep 17 00:00:00 2001 From: Erkin Alp Güney Date: Sat, 19 Mar 2022 15:17:11 +0300 Subject: add the necessary types for server assisted selfbotting --- util/src/interfaces/Interaction.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/src/interfaces/Interaction.ts') diff --git a/util/src/interfaces/Interaction.ts b/util/src/interfaces/Interaction.ts index 3cafb2d5..5d3aae24 100644 --- a/util/src/interfaces/Interaction.ts +++ b/util/src/interfaces/Interaction.ts @@ -12,11 +12,13 @@ export interface Interaction { } export enum InteractionType { + SelfCommand = 0, Ping = 1, ApplicationCommand = 2, } export enum InteractionResponseType { + SelfCommandResponse = 0, Pong = 1, Acknowledge = 2, ChannelMessage = 3, -- cgit 1.5.1