diff --git a/src/commands/slowmode.ts b/src/commands/slowmode.ts index 5eb4dac..9b2a639 100644 --- a/src/commands/slowmode.ts +++ b/src/commands/slowmode.ts @@ -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),