summary refs log tree commit diff
path: root/dist/models/Channel.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/Channel.js
parent:sparkles: updated other models (diff)
downloadserver-673e691c6e26a0abbadb93cf8ef4b1e45ad1accc.tar.xz
:wrench: build
Diffstat (limited to 'dist/models/Channel.js')
-rw-r--r--dist/models/Channel.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/models/Channel.js b/dist/models/Channel.js

index 5d719d95..bb49127d 100644 --- a/dist/models/Channel.js +++ b/dist/models/Channel.js
@@ -1,3 +1,14 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); +exports.ChannelType = void 0; +var ChannelType; +(function (ChannelType) { + ChannelType[ChannelType["GUILD_TEXT"] = 0] = "GUILD_TEXT"; + ChannelType[ChannelType["DM"] = 1] = "DM"; + ChannelType[ChannelType["GUILD_VOICE"] = 2] = "GUILD_VOICE"; + ChannelType[ChannelType["GROUP_DM"] = 3] = "GROUP_DM"; + ChannelType[ChannelType["GUILD_CATEGORY"] = 4] = "GUILD_CATEGORY"; + ChannelType[ChannelType["GUILD_NEWS"] = 5] = "GUILD_NEWS"; + ChannelType[ChannelType["GUILD_STORE"] = 6] = "GUILD_STORE"; +})(ChannelType = exports.ChannelType || (exports.ChannelType = {})); //# sourceMappingURL=Channel.js.map \ No newline at end of file