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 27f46db..61626a4 100644 --- a/commands/poweroff.js +++ b/commands/poweroff.js @@ -30,7 +30,7 @@ module.exports.run = async (client, message, args) => { exports.conf = { aliases: ['reboot'], - guildOnly: true, + guildOnly: false, }; exports.help = { name: 'poweroff', |
