Sank6 / Discord-Bot-List

Just another botlist for discord
GNU General Public License v3.0
213 stars 185 forks source link

Webhook Vote #567

Closed iHDxP closed 3 years ago

iHDxP commented 3 years ago

Hello, i added bot and edited in the website to add webhook url , but when i vote i don't see the vote in channel that I've set the webhook in + there is no error . can you help please ?

Sank6 commented 3 years ago

It's not a discord message webhook, it sends a JSON with information about the like. You can change it to a discord message in the code if you want (src/routes/api/like/index.js), or have a separate server process it.