I am trying to create a selfbot using discord.js-self. Now I need the bot to send slash commands to genuine bots from my selfbot.
Sending message starting with "/" just get sent as normal message. How can i send actual slash command from a selfbot.
I couldn’t attach any code because I have no idea how this could be done. I think this is possible in Python with discum or something. But I am not familiar with python. So, I am finding a way to achieve this in node js.
Thanks in advance.