-
Notifications
You must be signed in to change notification settings - Fork 81
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
Not forwarding webhook bot messages #222
Comments
I assume because its embedded, i have a bot that has plain text webhooks and it works perfectly |
@WuDii0818 You can only send plain text to WhatsApp. @FKLC I'm really looking forward to a solution to this subject, I cannot say this is an issue because a feature like this would probably need a function addition, an improvement is a better word. |
I found it useful if at least there's a setting to allow/deny BOT/APP
messages to be sent to WhatsApp too, probably not the embeds that some bots
uses, but at least the plain text is useful
|
Ah, I didn't read it properly, I think embeds won't work since they are not
in a normal plain text format, and there are some stuff that usually aren't
in WhatsApp, for example the embed color and the images attached to it
…On Thu, Nov 28, 2024, 7:29 AM bruno jaime ***@***.***> wrote:
I found it useful if at least there's a setting to allow/deny BOT/APP
messages to be sent to WhatsApp too, probably not the embeds that some bots
uses, but at least the plain text is useful
|
@malagoni have you activated the setting on forwarding webhooks? It works for me as intended |
It is activated, the direct webhook link created from the channel works perfectly, but.... bot/app messages won't get sent on WhatsApp chat. Ex: |
The bot doesn't block messages from other bots as long as they have As for
No bot can read into other bots interactions (which are different from normal messages, e.g. if you type / and discord autocomplete the command, then it is an interaction). So it is literally impossible to read/catch slash commands/interactions. So there's two things, embeds are not sent to whatsapp, and bots can't see other bots / commands |
The D2W bot isnt forwarding messages from another webhook bot even when redirectWebhooks is set to yes. Logs have this error of :"could not send message again, as it was not found"}". Unable to quote the other bot's message as well, the D2W bot says "Couldn't find the message quoted. You can only reply to last 500 messages. Sending the message without the quoted message.".
The text was updated successfully, but these errors were encountered: