mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Default second ship user to the author
This commit is contained in:
@@ -19,7 +19,8 @@ module.exports = class ShipCommand extends Command {
|
||||
key: 'second',
|
||||
label: 'second user',
|
||||
prompt: 'Who is the second user in the ship?',
|
||||
type: 'user'
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user