ResetDiscordRichPresenceData: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
(One intermediate revision by the same user not shown) |
Latest revision as of 22:57, 5 August 2025
Syntax
bool resetDiscordRichPresenceData()
Returns
Returns true if function succeeds, false otherwise.
Example
The example shows how to reset Discord Rich Presence after using a custom application.
setDiscordApplicationID("you_application_key") setDiscordRichPresenceAsset("asset_logo", "Name of Asset") if resetDiscordRichPresenceData() then -- we reset to default by MTA Application. outputChatBox("Discord Rich Presence has been cleared and restored to default settings.") end