diff options
| author | Max Isom <[email protected]> | 2022-01-19 14:00:50 -0600 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-01-19 14:00:50 -0600 |
| commit | 43baa57c51ce25aadf7b9d5a75a992e6c1edc7da (patch) | |
| tree | a769d35b746111e916037f63c3a1b229fa8288f7 /src | |
| parent | 4169104c4df909c9c700ca0481dddd74d86169ec (diff) | |
| download | muse-43baa57c51ce25aadf7b9d5a75a992e6c1edc7da.tar.xz muse-43baa57c51ce25aadf7b9d5a75a992e6c1edc7da.zip | |
Remove unnecessary properties
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/skip.ts | 7 |
1 files changed, 0 insertions, 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') |
