aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-05-15 13:03:30 -0400
committerMax Isom <[email protected]>2022-05-15 13:03:30 -0400
commit50b1e8edda16ebefaedcdaa6be83907f850bb0f2 (patch)
tree70d8a4aea67f88696f8d1ef08fa061af86375c3a /src
parent170f29c8544f3efff9e88c65d7c835d6f74d775e (diff)
downloadmuse-50b1e8edda16ebefaedcdaa6be83907f850bb0f2.tar.xz
muse-50b1e8edda16ebefaedcdaa6be83907f850bb0f2.zip
Bump @discordjs/builders
See https://github.com/discordjs/discord.js/pull/7921
Diffstat (limited to 'src')
-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')