From 6b0c0433974177e14cdfd6df3137ea6bfe2cb900 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Wed, 17 Jul 2024 16:53:44 -0400 Subject: [PATCH] Add exit alias to stop command --- plugins/commands/stop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/stop.js b/plugins/commands/stop.js index e04608c..da85dd2 100644 --- a/plugins/commands/stop.js +++ b/plugins/commands/stop.js @@ -6,5 +6,5 @@ module.exports={ desc: "Restart bot", // Command description usage: ' [optional]', // Command usage hidden: true, - aliases: ["restart"] + aliases: ["restart", "exit"] }