From 88d44fa484e0a624e54c763f54f14238f102ad42 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Wed, 15 Apr 2020 15:33:39 -0400 Subject: [PATCH] add usage prop --- src/class/Command.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/class/Command.ts b/src/class/Command.ts index e6d4b7e..9a8fc92 100644 --- a/src/class/Command.ts +++ b/src/class/Command.ts @@ -13,6 +13,11 @@ export default class Command { */ public description: string; + + /** + * Usage for the command. + */ + public usage: string; /** * The aliases for the command. */