mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-08 11:21:37 +02:00
Add aliases
This commit is contained in:
parent
8340f9b95a
commit
de1e761623
15 changed files with 23 additions and 1 deletions
|
@ -9,6 +9,7 @@ import Command from '.';
|
|||
@injectable()
|
||||
export default class implements Command {
|
||||
public name = 'pause';
|
||||
public aliases = [];
|
||||
public examples = [
|
||||
['pause', 'pauses currently playing song']
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue