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

Is Revcord supposed to transfer webhooks? #30

Closed
Alfredolin opened this issue Aug 21, 2023 · 3 comments
Closed

Is Revcord supposed to transfer webhooks? #30

Alfredolin opened this issue Aug 21, 2023 · 3 comments

Comments

@Alfredolin
Copy link

Hi, I was reading a bit the doc of discord.js, and I am not sure wether webhook messages are considered as normal messages or not. Anyway it is not clear to me: is Revcord supposed to transfer webhooks messages from Discord to Revolt or not? My Revcord is currently not doing it. And at a first quick look at discord.ts (I am new to js), I don't see why not.

@mayudev
Copy link
Owner

mayudev commented Aug 21, 2023

Revcord can proxy webhook messages if you have bot messages forwarding enabled (here)

@Alfredolin
Copy link
Author

Alfredolin commented Aug 22, 2023

Hi, indeed the webhook message transfer works. I found the problem: Revolt messages are limited to 2000 characters whereas Discord messages can be much bigger with embeds, in which case the message is then not transferred. That was my problem.

@Alfredolin
Copy link
Author

Revcord does tranfer webhooks. However messages with more than 2000 characters will not be teansfered as it is limited by Revolt.

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

2 participants