summary refs log tree commit diff
path: root/dist/models/Interaction.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-11 20:44:26 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-11 20:44:26 +0100
commit673e691c6e26a0abbadb93cf8ef4b1e45ad1accc (patch)
tree8496623a70f192e4e88ec487e38e0f6c284dc883 /dist/models/Interaction.js
parent:sparkles: updated other models (diff)
downloadserver-673e691c6e26a0abbadb93cf8ef4b1e45ad1accc.tar.xz
:wrench: build
Diffstat (limited to '')
-rw-r--r--dist/models/Interaction.js17
-rw-r--r--dist/models/Interaction.js.map1
2 files changed, 18 insertions, 0 deletions
diff --git a/dist/models/Interaction.js b/dist/models/Interaction.js
new file mode 100644

index 00000000..6985e399 --- /dev/null +++ b/dist/models/Interaction.js
@@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.InteractionResponseType = exports.InteractionType = void 0; +var InteractionType; +(function (InteractionType) { + InteractionType[InteractionType["Ping"] = 1] = "Ping"; + InteractionType[InteractionType["ApplicationCommand"] = 2] = "ApplicationCommand"; +})(InteractionType = exports.InteractionType || (exports.InteractionType = {})); +var InteractionResponseType; +(function (InteractionResponseType) { + InteractionResponseType[InteractionResponseType["Pong"] = 1] = "Pong"; + InteractionResponseType[InteractionResponseType["Acknowledge"] = 2] = "Acknowledge"; + InteractionResponseType[InteractionResponseType["ChannelMessage"] = 3] = "ChannelMessage"; + InteractionResponseType[InteractionResponseType["ChannelMessageWithSource"] = 4] = "ChannelMessageWithSource"; + InteractionResponseType[InteractionResponseType["AcknowledgeWithSource"] = 5] = "AcknowledgeWithSource"; +})(InteractionResponseType = exports.InteractionResponseType || (exports.InteractionResponseType = {})); +//# sourceMappingURL=Interaction.js.map \ No newline at end of file diff --git a/dist/models/Interaction.js.map b/dist/models/Interaction.js.map new file mode 100644
index 00000000..afdf9f9d --- /dev/null +++ b/dist/models/Interaction.js.map
@@ -0,0 +1 @@ +{"version":3,"file":"Interaction.js","sourceRoot":"","sources":["../../src/models/Interaction.ts"],"names":[],"mappings":";;;AAaA,IAAY,eAGX;AAHD,WAAY,eAAe;IAC1B,qDAAQ,CAAA;IACR,iFAAsB,CAAA;AACvB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B;AAED,IAAY,uBAMX;AAND,WAAY,uBAAuB;IAClC,qEAAQ,CAAA;IACR,mFAAe,CAAA;IACf,yFAAkB,CAAA;IAClB,6GAA4B,CAAA;IAC5B,uGAAyB,CAAA;AAC1B,CAAC,EANW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAMlC"} \ No newline at end of file