How to share messages from my React Application to Discord without using Webhooks? #6403
Unanswered
SurajanShrestha
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 1 reply
-
This repository is for the API documentation, not for help to code a bot or integration using the API. Feel free to join the Discord Developers server for that. PS: There's no way to remove the "BOT" indicator from the webhook, as webhooks are not users. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to share a message with image attached to a Discord Server that I've joined from my React Application via some sort of api from Discord.
All results I've found on the internet leads to Discord Webhooks.
But, the problem with Discord Webhooks is that the user who has shared the message will appear has a bot.
Although, we can change the bot's name and avatar every single time in the webhook's POST request's payload, the
BOT
badge still seems to appear ensuring that it is a BOT not a User.How can i share to a discord server from my application without being a bot?
P.S. : Images searched in Google can be shared to discord seamlessly. How did they do that? Any answers?
Beta Was this translation helpful? Give feedback.
All reactions