COMMAND REGISTRATION WORKS
diff --git a/src/commands/settings/welcome.ts b/src/commands/settings/welcome.ts
index 679a63d..5284f8a 100644
--- a/src/commands/settings/welcome.ts
+++ b/src/commands/settings/welcome.ts
@@ -37,7 +37,7 @@
option
.setName("channel")
.setDescription("The channel the welcome message should be sent to")
- .addChannelTypes([ChannelType.GuildText, ChannelType.GuildNews])
+ .addChannelTypes(ChannelType.GuildText)
);
const callback = async (interaction: CommandInteraction): Promise<unknown> => {