From 43baa57c51ce25aadf7b9d5a75a992e6c1edc7da Mon Sep 17 00:00:00 2001 From: Max Isom Date: Wed, 19 Jan 2022 14:00:50 -0600 Subject: [PATCH] Remove unnecessary properties --- src/commands/skip.ts | 7 ------- 1 file changed, 7 deletions(-) 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')