From 50b1e8edda16ebefaedcdaa6be83907f850bb0f2 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 15 May 2022 13:03:30 -0400 Subject: Bump @discordjs/builders See https://github.com/discordjs/discord.js/pull/7921 --- src/commands/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/config.ts b/src/commands/config.ts index cc3fd3e..9ed78d7 100644 --- a/src/commands/config.ts +++ b/src/commands/config.ts @@ -9,7 +9,7 @@ export default class implements Command { public readonly slashCommand = new SlashCommandBuilder() .setName('config') .setDescription('configure bot settings') - .setDefaultMemberPermissions(PermissionFlagsBits.ManageGuild.toString() as any) + .setDefaultMemberPermissions(PermissionFlagsBits.ManageGuild.toString()) .addSubcommand(subcommand => subcommand .setName('set-playlist-limit') .setDescription('set the maximum number of tracks that can be added from a playlist') -- cgit v1.2.3