mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-07 21:22:41 +02:00
Add aliases
This commit is contained in:
parent
8340f9b95a
commit
de1e761623
15 changed files with 23 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue