Stickerworld
Stickerworld copied to clipboard
BUG CLIENT SEND STICKER
When I send a sticker to the sticker bot, the bot replies " ⚙️ Generating Sticker ⚙️"
I need to see the console to see what error it caused
I had the same problem and I found a temporary fix: You can put the codeblock bellow at the start of the checkMessage() method in lib\whatsapp.js and turn off "notifyUrlNotDetected" in the config
if (!config.customActiveCommand.includes(this.message.caption)) { return "Url-No-Detected"; }
go to the downloaded directory and edit the config.json file, then change active command to false.
@L0neAsura that must be a user friendlier way to do it lmao, thx for telling
actually just realizing my response is for something else, it will make it automatically generate a sticker without putting !sticker.
im trying to fix the same issue as OP, i dont want it to generate a sticker when a sticker is sent, when i put that code block that @Zi5han posted, it doesnt generate any stickers at all
so i found a fix i guess here: #48 check in commits changed my code to match and it doesnt generate a sticker when someone sends a sticker now. you can try that.
PS: i know nothing about coding lol, im just doing guesswork