Remove unnecessary properties

This commit is contained in:
Max Isom 2022-01-19 14:00:50 -06:00
parent 4169104c4d
commit 43baa57c51
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -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')