aboutsummaryrefslogtreecommitdiff
path: root/src/commands/help.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/help.ts')
-rw-r--r--src/commands/help.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/help.ts b/src/commands/help.ts
index 05bc565..f150c54 100644
--- a/src/commands/help.ts
+++ b/src/commands/help.ts
@@ -10,7 +10,7 @@ export default class implements Command {
public name = 'help';
public aliases = ['h'];
public examples = [
- ['help', 'you don\'t need a description']
+ ['help', 'you don\'t need a description'],
];
private commands: Command[] = [];