SetDiscordRpc
The SetDiscordRpc allows you to display custom information on a user's Discord profile, such as activity details, state, and an image.
Usage:
CloudyApi.misc.SetDiscordRpc(string title, string appid, string img, string state);
Example:
CloudyApi.misc.SetDiscordRpc("Playing My Cool Game", "123456789012345678", "game_image", "Exploring the World");
Last updated