mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Remove unnecessary properties
This commit is contained in:
parent
4169104c4d
commit
43baa57c51
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue