mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
fix(TextBasedChannelTypes): add GuildStageVoice (#9232)
fix(TextBasedChannelTypes): add GuildStageVoice
This commit is contained in:
@@ -93,6 +93,7 @@ exports.NonSystemMessageTypes = [
|
|||||||
* * {@link ChannelType.PublicThread}
|
* * {@link ChannelType.PublicThread}
|
||||||
* * {@link ChannelType.PrivateThread}
|
* * {@link ChannelType.PrivateThread}
|
||||||
* * {@link ChannelType.GuildVoice}
|
* * {@link ChannelType.GuildVoice}
|
||||||
|
* * {@link ChannelType.GuildStageVoice}
|
||||||
* @typedef {ChannelType[]} TextBasedChannelTypes
|
* @typedef {ChannelType[]} TextBasedChannelTypes
|
||||||
*/
|
*/
|
||||||
exports.TextBasedChannelTypes = [
|
exports.TextBasedChannelTypes = [
|
||||||
@@ -103,6 +104,7 @@ exports.TextBasedChannelTypes = [
|
|||||||
ChannelType.PublicThread,
|
ChannelType.PublicThread,
|
||||||
ChannelType.PrivateThread,
|
ChannelType.PrivateThread,
|
||||||
ChannelType.GuildVoice,
|
ChannelType.GuildVoice,
|
||||||
|
ChannelType.GuildStageVoice,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user