Relative Content

Tag Archive for javascriptdiscord

How To Detect Interaction user in other bots

I wanted to make a bot with logger, for example when someone runs /ban in Carl bot, I want my bot to detect the interaction user who ran this slash cmd in Carl bot. Any idea how without using reference msg??

Is there a way to talk to discord from a webbrowser on the client side without interacting on the server side?

I’m still in the planning phase and I’m doing this as a smaller part of a bigger project just to see if I can do this. But I’m trying to see if there is a way to talk to discord with javascript to send and recieve messages without it being server side, but I’m not sure exactly how to talk to discord if there are multiple users on the website. Is this something that is possible?