User Account

You can use a user account to connect with Revolt

You need to set the client config to user bot and insert your session token.

RevoltClient Client = new RevoltClient(Token, ClientMode.WebSocket, new ClientConfig
{
    UserBot = true
});

To get your session token open up the browser console and use this.

window.state.auth.sessions.get(controllers.client.getReadyClient().user._id).session.token

Ctrl + Shift + i

Last updated