RevoltSharp
  • 🏠Info
  • GitHub
  • 📋Changelog
  • Commands
    • 💻Command Handler
      • 📋Changelog
      • Guide
  • Guides
    • 📘Guides
      • Create Client
      • User Account
      • Self-hosted Revolt
      • Uploading Files
      • Sending Embeds
      • Async Events
      • Custom Requests
      • Cloudflare Under Attack Mode
  • Client Structure
    • ⚙️RevoltClient
    • 🌐Rest Client
    • 🔌Websocket Client
    • 🛡️Instance Admin Client
    • ⚡Events
    • ⛓️Extensions
  • Class Structure
    • 🎭Users & Members
    • 🏨Servers
    • #️⃣Channels
    • 🛡️Permissions
    • 💬Messages
    • 🗯️Message Properties
    • 🙂Emojis
    • 🎲Misc
Powered by GitBook
On this page
  1. Client Structure

Instance Admin Client

RevoltSharp can be used to manage your own self-hosted instance

PreviousWebsocket ClientNextEvents

Last updated 1 year ago

To use the admin client you need to give the logged in user/bot account privileged access to your Revolt instance.

This can be done by editing mongodb table data and adding privileged: true like so.

You will then need to install the extra package which comes with the functions and data to manage your Revolt instance.

RevoltSharp.InstanceAdmin

Download this on or using the Visual Studio package manager.

🛡️
NuGet