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
|