Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG CLIENT SEND STICKER #49

Open
carme-litta opened this issue Jul 22, 2021 · 7 comments
Open

BUG CLIENT SEND STICKER #49

carme-litta opened this issue Jul 22, 2021 · 7 comments

Comments

@carme-litta
Copy link

carme-litta commented Jul 22, 2021

When I send a sticker to the sticker bot, the bot replies " ⚙️ Generating Sticker ⚙️"
Untitled

@kaiserdj
Copy link
Owner

I need to see the console to see what error it caused

@Zi5han
Copy link

Zi5han commented Aug 28, 2021

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"; }

@L0neAsura
Copy link

go to the downloaded directory and edit the config.json file, then change active command to false.

image

@Zi5han
Copy link

Zi5han commented Sep 10, 2021

@L0neAsura that must be a user friendlier way to do it lmao, thx for telling

@L0neAsura
Copy link

actually just realizing my response is for something else, it will make it automatically generate a sticker without putting !sticker.

@L0neAsura
Copy link

L0neAsura commented Sep 10, 2021

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

@L0neAsura
Copy link

L0neAsura commented Sep 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants