diff --git a/backend/src/commandTypes.ts b/backend/src/commandTypes.ts index 78188f8a..bdc25f17 100644 --- a/backend/src/commandTypes.ts +++ b/backend/src/commandTypes.ts @@ -113,8 +113,7 @@ export const commandTypes = { }, guildTextBasedChannel(value: string, context: CommandContext) { - // FIXME: Remove once Knub's types have been fixed - return messageCommandBaseTypeConverters.textChannel(value, context) as GuildTextBasedChannel; + return messageCommandBaseTypeConverters.textChannel(value, context); }, };