mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Swap think-of args
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user