diff --git a/src/commands/skip.ts b/src/commands/skip.ts index f8900da..dd24eb2 100644 --- a/src/commands/skip.ts +++ b/src/commands/skip.ts @@ -8,13 +8,6 @@ import {SlashCommandBuilder} from '@discordjs/builders'; @injectable() export default class implements Command { - public name = 'skip'; - public aliases = ['s']; - public examples = [ - ['skip', 'skips the current song'], - ['skip 2', 'skips the next 2 songs'], - ]; - public readonly slashCommand = new SlashCommandBuilder() .setName('skip') .setDescription('skips the next songs')