Self-hosted Revolt
Use RevoltSharp with your own self-hosted Revolt instance
If you have a self-hosted Revolt instance you can connect to it with this lib by setting the ApiUrl to your hosted server.
RevoltClient Client = new RevoltClient(Token, ClientMode.WebSocket, new ClientConfig
{
ApiUrl = "https://api.myrevolt.com"
});
You can also use the Instance Admin Client to manage your Revolt Instance with the current user/bot account.
🛡️Instance Admin ClientLast updated