add usage prop
parent
11c39b8c65
commit
88d44fa484
|
@ -13,6 +13,11 @@ export default class Command {
|
|||
*/
|
||||
|
||||
public description: string;
|
||||
|
||||
/**
|
||||
* Usage for the command.
|
||||
*/
|
||||
public usage: string;
|
||||
/**
|
||||
* The aliases for the command.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue