diff options
Diffstat (limited to 'src/commands/config/config.ts')
-rw-r--r-- | src/commands/config/config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/config/config.ts b/src/commands/config/config.ts index 5346924..2fae2fd 100644 --- a/src/commands/config/config.ts +++ b/src/commands/config/config.ts @@ -354,7 +354,6 @@ export default class ConfigCommand extends BushCommand { }; const components = new ActionRow().addComponents( - // @ts-expect-error: outdated @discord.js/builders new ButtonComponent().setStyle(ButtonStyle.Primary).setCustomId('command_settingsBack').setLabel('Back') ); settingsEmbed.setDescription( |