aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/config.ts2
1 files changed, 1 insertions, 1 deletions
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')