Skip to content

Commit

Permalink
fix(TextBasedChannelTypes): add GuildStageVoice (#9232)
Browse files Browse the repository at this point in the history
fix(TextBasedChannelTypes): add GuildStageVoice
  • Loading branch information
N1ckPro committed Mar 15, 2023
1 parent 41077c9 commit 51edba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/discord.js/src/util/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ exports.NonSystemMessageTypes = [
* * {@link ChannelType.PublicThread}
* * {@link ChannelType.PrivateThread}
* * {@link ChannelType.GuildVoice}
* * {@link ChannelType.GuildStageVoice}
* @typedef {ChannelType[]} TextBasedChannelTypes
*/
exports.TextBasedChannelTypes = [
Expand All @@ -103,6 +104,7 @@ exports.TextBasedChannelTypes = [
ChannelType.PublicThread,
ChannelType.PrivateThread,
ChannelType.GuildVoice,
ChannelType.GuildStageVoice,
];

/**
Expand Down

2 comments on commit 51edba7

@vercel
Copy link

@vercel vercel bot commented on 51edba7 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 51edba7 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.