Add exit alias to stop command
This commit is contained in:
parent
4abdd321a9
commit
6b0c043397
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ module.exports={
|
|||
desc: "Restart bot", // Command description
|
||||
usage: ' <required> [optional]', // Command usage
|
||||
hidden: true,
|
||||
aliases: ["restart"]
|
||||
aliases: ["restart", "exit"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue