diff --git a/commands/random-seed/think-of.js b/commands/random-seed/think-of.js index 59564911..74a6110b 100644 --- a/commands/random-seed/think-of.js +++ b/commands/random-seed/think-of.js @@ -28,16 +28,16 @@ module.exports = class ThinkOfCommand extends Command { } ], args: [ - { - key: 'first', - label: 'first user', - prompt: 'Who is the user doing the thinking?', - type: 'user' - }, { key: 'second', label: 'second user', prompt: 'What user should they think about?', + type: 'user' + }, + { + key: 'first', + label: 'first user', + prompt: 'Who is the user doing the thinking?', type: 'user', default: msg => msg.author }