summary refs log tree commit diff
path: root/util/src/interfaces/Interaction.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 00:06:13 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 00:06:13 +1100
commit25afb95299d720084e09d807c007c3e41b027f46 (patch)
treec026bfef45903e3dd117d0e9f2f7d83d8ef54976 /util/src/interfaces/Interaction.ts
parentMerge branch 'maddyrtc' into slowcord (diff)
parentMake member.premium_since ISO8601 timestamp (diff)
downloadserver-25afb95299d720084e09d807c007c3e41b027f46.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to 'util/src/interfaces/Interaction.ts')
-rw-r--r--util/src/interfaces/Interaction.ts2
1 files changed, 2 insertions, 0 deletions
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,