updated invite command

This commit is contained in:
William Mantly 2023-12-14 13:15:00 -05:00
parent 22b915ee56
commit 66ccf666b0

View File

@ -79,7 +79,7 @@ module.exports = {
ignoreLock: true, ignoreLock: true,
async function(from){ async function(from){
await this.whisper('Coming'); await this.whisper('Coming');
await this.say(`/accept`); await this.say(`/invite accept`);
} }
}, },
'inv': { 'inv': {