Add aliases to template command
This commit is contained in:
parent
bbdad08358
commit
dc770f115c
1 changed files with 2 additions and 1 deletions
|
@ -17,5 +17,6 @@ module.exports={
|
|||
desc: "Does nothing", // Command description
|
||||
usage: ' <required> [optional]', // Command usage
|
||||
hidden: true, // To show the command on the help command list, remove this line
|
||||
consoleIndex: true // When run from console, the second argument will be a bot ID
|
||||
consoleIndex: true, // When run from console, the second argument will be a bot ID
|
||||
aliases: ["example", "testing"] // Other command names that will work the same
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue