You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is not difference between using user token or robot token to establish websocket connection with discord server. If you want to collect ephemeral messages, here is the snippet (It's GO code but the principle is same.)
// just replace token with your user tokensess, err:=discordgo.New(token)
If you do not understand,feel free to ask further. I have stucked with same issue monthes ago and no one helps. So I am glad to help others out.
Hello, how does the websocket mode work? I have the impression that as soon as I send the same description several times, it doesn't work properly.
I'm looking for a solution for ephemeral or deleted messages and it seems to me that websockets are the solution.
The text was updated successfully, but these errors were encountered: