interlock-network / bouncer

Discord bot to scan & neutralize malicious links
GNU General Public License v3.0
5 stars 0 forks source link

Send user info BE after posting malicious links #62

Open DecentralizedDan opened 2 years ago

DecentralizedDan commented 2 years ago

In the case that a user posts a malicious website, Bouncer will send to BE:

Here are the Discord API docs for the user object, which we'd be getting these values from: https://discord.com/developers/docs/resources/user#user-object

For client-side implementation (which will probably happen first) see #53

jmercouris commented 2 years ago

@DecentralizedDan What is the BE? The backend?