add the necessary types for server assisted selfbotting
This commit is contained in:
parent
aa7a5b126b
commit
44ddb97e08
@ -12,11 +12,13 @@ export interface Interaction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export enum InteractionType {
|
export enum InteractionType {
|
||||||
|
SelfCommand = 0,
|
||||||
Ping = 1,
|
Ping = 1,
|
||||||
ApplicationCommand = 2,
|
ApplicationCommand = 2,
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum InteractionResponseType {
|
export enum InteractionResponseType {
|
||||||
|
SelfCommandResponse = 0,
|
||||||
Pong = 1,
|
Pong = 1,
|
||||||
Acknowledge = 2,
|
Acknowledge = 2,
|
||||||
ChannelMessage = 3,
|
ChannelMessage = 3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user