discord
Interact with our internally used Discord .NET wrapper
Send webhook
discord.sendWebhook(string: url, string: username, string: content);Start presence
discord.startPresence();This will initialize the Discord Rich Presence Client
Update presence
discord.updatePresence(string: details, string: state, string: largeImage, string: imageName)largeImage should be set to "logo". Example:
discord.updatePresence(`${client.name()}`, `UID ${client.uid()}`, "logo", "abuse");Destroy/Dispose
discord.destroyPresence();Is disposed?
discord.isDestroyed();Return's a boolean.
Last updated
Was this helpful?