mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 19:01:06 -05:00
Update dependencies to latest
This commit is contained in:
@@ -43,7 +43,7 @@ const channelOptionsGenerator = (builder: SlashCommandChannelOption, index: numb
|
||||
.setName(`channel-${index + 1}`)
|
||||
.setDescription('A text channel')
|
||||
.setRequired(index === 0)
|
||||
.addChannelType(ChannelType.GuildText as any);
|
||||
.addChannelType(ChannelType.GuildText);
|
||||
|
||||
export const listenChannelCommand = new SlashCommandBuilder()
|
||||
.setName('listen')
|
||||
|
||||
Reference in New Issue
Block a user