Updated channel types to slowmode command

This commit is contained in:
2024-01-07 00:06:06 +01:00
parent 8d55dff5c7
commit 9ac1fb141d

View File

@@ -28,7 +28,7 @@ export = {
option
.setName("channel")
.setDescription("The channel to set the slowmode of.")
.addChannelTypes(ChannelType.GuildText),
.addChannelTypes(ChannelType.GuildText, ChannelType.GuildAnnouncement),
)
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator)
.setDMPermission(false),