From 66ccf666b002c17dce1c2f5335bf2d2447d9431a Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 14 Dec 2023 13:15:00 -0500 Subject: [PATCH] updated invite command --- nodejs/controller/commands/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': {