Skip to content
This repository was archived by the owner on Sep 12, 2021. It is now read-only.

Example usage

comhad edited this page May 22, 2021 · 3 revisions

Example usage

Common uses

Forward webhooks from discord bot sites

Some discord bot listing sites allow you to receive upvotes when a user upvotes a bot, these requests include user data such as user ID and username, alot of the time people just want to forward these into a channel in discord, however these two are not directly compatible so this will not work, but you can forward the webhooks using this service.

To do this, you must have a discord webhook setup in a server that you want to send messages to, take a look at this part of the wiki on how to setup discord webhook forwarding, once you have this setup you can forward upvotes to your discord server, if you want to ping users you can put a <@ on the left side of the user id and a > on the right and it will act as a ping, for example a user id that used the variable user %3C@:user:%3E (this is already URL encoded).

Clone this wiki locally