mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-08 19:31:35 +02:00
Add aliases
This commit is contained in:
parent
8340f9b95a
commit
de1e761623
15 changed files with 23 additions and 1 deletions
|
@ -7,6 +7,7 @@ import Command from '.';
|
|||
@injectable()
|
||||
export default class implements Command {
|
||||
public name = 'config';
|
||||
public aliases = [];
|
||||
public examples = [
|
||||
['config prefix !', 'set the prefix to !'],
|
||||
['config channel music-commands', 'bind the bot to the music-commands channel']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue