Update dependencies to latest

This commit is contained in:
Charlie Laabs
2022-01-02 15:00:05 -06:00
parent 914c355ad0
commit 92e86eabb9
4 changed files with 267 additions and 396 deletions

View File

@@ -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')