'Discord reply to user`s message via request
is it possible to reply to user's message with post request? I don't want to use discord.py, because I need to use my account, not bot.
I used something similar to the code below, but it is mention, not reply.
msg = f"@{user} " + choice(list) + choice(symbols)
By reply I mean this: reply
Solution 1:[1]
Self-botting is againt the Discord TOS, read more here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
