From 269197cd6091adaa76d745598d09e723fa464bf4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 23 Feb 2018 22:43:42 -0500 Subject: aliases --- commands/poweroff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') 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, }; -- cgit v1.2.3