feature(CategoryChannel): backport (#2117)

* feature(CategoryChannel): backport


fix


no

* ????

* bad ternary
This commit is contained in:
Isabella
2017-11-19 22:19:46 -06:00
committed by Schuyler Cebulskie
parent b274dba6ec
commit cce2480bb5
7 changed files with 55 additions and 5 deletions

View File

@@ -275,6 +275,7 @@ exports.ChannelTypes = {
DM: 1,
VOICE: 2,
GROUP_DM: 3,
CATEGORY: 4,
};
exports.OPCodes = {