diff options
| author | Alee <alee14498@gmail.com> | 2018-02-23 22:44:54 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-23 22:44:54 -0500 |
| commit | 806e481a875fce14278858934991d20f5e0cfc9e (patch) | |
| tree | 3ce463a17072f5be5e7a89c2863d1c1176362141 /commands | |
| parent | c475309a936f0df1cc36a2a671d8a4a1d5fababd (diff) | |
| parent | 269197cd6091adaa76d745598d09e723fa464bf4 (diff) | |
| download | PokeBot-806e481a875fce14278858934991d20f5e0cfc9e.tar.gz PokeBot-806e481a875fce14278858934991d20f5e0cfc9e.tar.bz2 PokeBot-806e481a875fce14278858934991d20f5e0cfc9e.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands')
| -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, }; |
