Default second ship user to the author

This commit is contained in:
Daniel Odendahl Jr
2018-09-24 13:47:09 +00:00
parent 46f5e6f47b
commit 37abb0e7a9
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
}
]
});
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "91.10.3",
"version": "91.10.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {