aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-01-19 14:00:50 -0600
committerMax Isom <[email protected]>2022-01-19 14:00:50 -0600
commit43baa57c51ce25aadf7b9d5a75a992e6c1edc7da (patch)
treea769d35b746111e916037f63c3a1b229fa8288f7 /src/commands
parent4169104c4df909c9c700ca0481dddd74d86169ec (diff)
downloadmuse-43baa57c51ce25aadf7b9d5a75a992e6c1edc7da.tar.xz
muse-43baa57c51ce25aadf7b9d5a75a992e6c1edc7da.zip
Remove unnecessary properties
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/skip.ts7
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')