diff --git a/nodejs/controller/commands/invite.js b/nodejs/controller/commands/invite.js index 53b16a2..8f318ee 100644 --- a/nodejs/controller/commands/invite.js +++ b/nodejs/controller/commands/invite.js @@ -79,7 +79,7 @@ module.exports = { ignoreLock: true, async function(from){ await this.whisper('Coming'); - await this.say(`/accept`); + await this.say(`/invite accept`); } }, 'inv': {