mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Swap think-of args
This commit is contained in:
@@ -28,16 +28,16 @@ module.exports = class ThinkOfCommand extends Command {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
{
|
|
||||||
key: 'first',
|
|
||||||
label: 'first user',
|
|
||||||
prompt: 'Who is the user doing the thinking?',
|
|
||||||
type: 'user'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 'second',
|
key: 'second',
|
||||||
label: 'second user',
|
label: 'second user',
|
||||||
prompt: 'What user should they think about?',
|
prompt: 'What user should they think about?',
|
||||||
|
type: 'user'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'first',
|
||||||
|
label: 'first user',
|
||||||
|
prompt: 'Who is the user doing the thinking?',
|
||||||
type: 'user',
|
type: 'user',
|
||||||
default: msg => msg.author
|
default: msg => msg.author
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user