diff options
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', |
