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 '')
-rw-r--r--dist/models/Channel.js11
-rw-r--r--dist/models/Channel.js.map2
2 files changed, 12 insertions, 1 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 diff --git a/dist/models/Channel.js.map b/dist/models/Channel.js.map
index 982f403e..fdb6f6a0 100644 --- a/dist/models/Channel.js.map +++ b/dist/models/Channel.js.map
@@ -1 +1 @@ -{"version":3,"file":"Channel.js","sourceRoot":"","sources":["../../src/models/Channel.ts"],"names":[],"mappings":""} \ No newline at end of file +{"version":3,"file":"Channel.js","sourceRoot":"","sources":["../../src/models/Channel.ts"],"names":[],"mappings":";;;AA6CA,IAAY,WAQX;AARD,WAAY,WAAW;IACtB,yDAAc,CAAA;IACd,yCAAM,CAAA;IACN,2DAAe,CAAA;IACf,qDAAY,CAAA;IACZ,iEAAkB,CAAA;IAClB,yDAAc,CAAA;IACd,2DAAe,CAAA;AAChB,CAAC,EARW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAQtB"} \ No newline at end of file