mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 20:52:42 +01:00
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 {
|
||||
SelfCommand = 0,
|
||||
Ping = 1,
|
||||
ApplicationCommand = 2,
|
||||
}
|
||||
|
||||
export enum InteractionResponseType {
|
||||
SelfCommandResponse = 0,
|
||||
Pong = 1,
|
||||
Acknowledge = 2,
|
||||
ChannelMessage = 3,
|
||||
|
Loading…
Reference in New Issue
Block a user