-
-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Description
const { raw } = this.parseArgs(query);
const title = msg.quotedMsg && msg.quotedMsg?.body != "" ? msg.quotedMsg?.body : raw;
if (!title) {
await this.client.reply(msg.chatId, "❌ You forgot to provide the name.", msg.id);
return undefined;
}
await this.client.setGroupTitle(msg.chatId as GroupChatId, title);
its returning false even tho the bot is admin
using wa-automate-nodejs: 4.76.0
Metadata
Metadata
Assignees
Labels
No labels