Add exit alias to stop command

This commit is contained in:
7cc5c4f330d47060 2024-07-17 16:53:44 -04:00
parent 4abdd321a9
commit 6b0c043397

View file

@ -6,5 +6,5 @@ module.exports={
desc: "Restart bot", // Command description
usage: ' <required> [optional]', // Command usage
hidden: true,
aliases: ["restart"]
aliases: ["restart", "exit"]
}