diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-23 22:43:42 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-23 22:43:42 -0500 |
| commit | 269197cd6091adaa76d745598d09e723fa464bf4 (patch) | |
| tree | 702efac825cb3d71f86b079ffa740743d54f96cd /commands/poweroff.js | |
| parent | fc82d93013935b9aebc8e8e94aa383f571fa7b66 (diff) | |
| download | PokeBot-269197cd6091adaa76d745598d09e723fa464bf4.tar.gz PokeBot-269197cd6091adaa76d745598d09e723fa464bf4.tar.bz2 PokeBot-269197cd6091adaa76d745598d09e723fa464bf4.zip | |
aliases
Diffstat (limited to 'commands/poweroff.js')
| -rw-r--r-- | commands/poweroff.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/poweroff.js b/commands/poweroff.js index be2fa54..ae2ec67 100644 --- a/commands/poweroff.js +++ b/commands/poweroff.js @@ -10,7 +10,7 @@ exports.run = async (bot, msg) => { }; exports.conf = { - aliases: [], + aliases: ['reboot', 'restart'], guildOnly: true, }; |
