From 6ab2cc4d3770326b6c035a6a55e3ecb9ad520194 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 25 Mar 2018 10:06:59 -0400 Subject: changes --- commands/poweroff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/poweroff.js') 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', -- cgit v1.2.3