From 673e691c6e26a0abbadb93cf8ef4b1e45ad1accc Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:44:26 +0100 Subject: :wrench: build --- dist/models/Interaction.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dist/models/Interaction.js (limited to 'dist/models/Interaction.js') 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 -- cgit 1.5.1