Add aliases

This commit is contained in:
Max Isom 2020-03-18 18:57:21 -05:00
parent 8340f9b95a
commit de1e761623
15 changed files with 23 additions and 1 deletions

View file

@ -10,6 +10,7 @@ import Command from '.';
@injectable()
export default class implements Command {
public name = 'seek';
public aliases = [];
public examples = [
['seek 10', 'seeks to 10 seconds from beginning of song'],
['seek 1:30', 'seeks to 1 minute and 30 seconds from beginning of song'],