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");