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 option
.setName("channel") .setName("channel")
.setDescription("The channel to set the slowmode of.") .setDescription("The channel to set the slowmode of.")
.addChannelTypes(ChannelType.GuildText), .addChannelTypes(ChannelType.GuildText, ChannelType.GuildAnnouncement),
) )
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator) .setDefaultMemberPermissions(PermissionFlagsBits.Administrator)
.setDMPermission(false), .setDMPermission(false),