updated examples

This commit is contained in:
Loic Bersier 2018-12-30 01:57:32 +01:00
parent 229cbd8546
commit 6661a110f6

View file

@ -22,7 +22,7 @@ class HelpCommand extends Command {
description: {
content: 'Displays a list of commands or information about a command.',
usage: '[command]',
examples: ['', 'star', 'remove-rep']
examples: ['', 'say', 'tag']
}
});
}