From 9ac1fb141d8e7908e694a3397917a44fad2d4b39 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 7 Jan 2024 00:06:06 +0100 Subject: [PATCH] Updated channel types to slowmode command --- src/commands/slowmode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),