mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Capitalize channel type constants (#1209)
This commit is contained in:
@@ -175,10 +175,10 @@ exports.Status = {
|
||||
};
|
||||
|
||||
exports.ChannelTypes = {
|
||||
text: 0,
|
||||
TEXT: 0,
|
||||
DM: 1,
|
||||
voice: 2,
|
||||
groupDM: 3,
|
||||
VOICE: 2,
|
||||
GROUP_DM: 3,
|
||||
};
|
||||
|
||||
exports.OPCodes = {
|
||||
|
||||
Reference in New Issue
Block a user