diff options
| author | Alee <alee14498@gmail.com> | 2018-03-25 10:06:59 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-25 10:06:59 -0400 |
| commit | 6ab2cc4d3770326b6c035a6a55e3ecb9ad520194 (patch) | |
| tree | 709acbb1c6b224517cec2f66955125776d5a0d77 /commands/poweroff.js | |
| parent | b0294964de43db657ea0aaece56bfce71e7e0615 (diff) | |
| download | AleeBot-6ab2cc4d3770326b6c035a6a55e3ecb9ad520194.tar.gz AleeBot-6ab2cc4d3770326b6c035a6a55e3ecb9ad520194.tar.bz2 AleeBot-6ab2cc4d3770326b6c035a6a55e3ecb9ad520194.zip | |
changes
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 8016726..7b10b4c 100644 --- a/commands/poweroff.js +++ b/commands/poweroff.js @@ -6,7 +6,7 @@ module.exports.run = async (client, message, args) => { exports.conf = { aliases: ['reboot'], - guildOnly: false, + guildOnly: true, }; exports.help = { name: 'poweroff', |
