discord
Interact with our internally used Discord .NET wrapper
Send webhook
discord.sendWebhook(string: url, string: username, string: content);Start presence
discord.startPresence();Update presence
discord.updatePresence(string: details, string: state, string: largeImage, string: imageName)discord.updatePresence(`${client.name()}`, `UID ${client.uid()}`, "logo", "abuse");Destroy/Dispose
discord.destroyPresence();Is disposed?
discord.isDestroyed();Last updated