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

@ -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']