mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22:42 +02:00
Add aliases
This commit is contained in:
parent
8340f9b95a
commit
de1e761623
15 changed files with 23 additions and 1 deletions
|
@ -8,6 +8,7 @@ import Command from '.';
|
|||
@injectable()
|
||||
export default class implements Command {
|
||||
public name = 'shuffle';
|
||||
public aliases = [];
|
||||
public examples = [
|
||||
['shuffle', 'shuffles the current queue']
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue