diff options
| author | Max Isom <[email protected]> | 2022-05-15 13:03:30 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-05-15 13:03:30 -0400 |
| commit | 50b1e8edda16ebefaedcdaa6be83907f850bb0f2 (patch) | |
| tree | 70d8a4aea67f88696f8d1ef08fa061af86375c3a /src/commands | |
| parent | 170f29c8544f3efff9e88c65d7c835d6f74d775e (diff) | |
| download | muse-50b1e8edda16ebefaedcdaa6be83907f850bb0f2.tar.xz muse-50b1e8edda16ebefaedcdaa6be83907f850bb0f2.zip | |
Bump @discordjs/builders
See https://github.com/discordjs/discord.js/pull/7921
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/config.ts | 2 |
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') |
