diff --git a/commands/analyze/ship.js b/commands/analyze/ship.js index 28939fcd..56d3dd4f 100644 --- a/commands/analyze/ship.js +++ b/commands/analyze/ship.js @@ -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 } ] }); diff --git a/package.json b/package.json index 43051e5c..4d02ff49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.10.3", + "version": "91.10.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {