From e7ee69f02d31fef8fd2e3b84d6b789d8a2e79d8a Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Sat, 21 Dec 2019 15:58:58 -0500 Subject: [PATCH] accidentally removed exports line lol --- commands/System/shutdown.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/System/shutdown.js b/commands/System/shutdown.js index e298659..c664bcf 100644 --- a/commands/System/shutdown.js +++ b/commands/System/shutdown.js @@ -1,3 +1,4 @@ +exports.run = async (client, message, args, level) => { message.delete(); client.user.setStatus("idle");