This commit is contained in:
Daniel Odendahl Jr
2018-05-19 11:53:28 +00:00
parent 3732030d77
commit 445b5b0e65
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class RateCommand extends Command {
args: [
{
key: 'thing',
prompt: 'Who do you want to rate?',
prompt: 'What do you want to rate?',
type: 'string',
max: 1950
}