Vital.sandbox
Discord

discord.set_details

Client

Sets the details text of the Discord rich presence activity


Syntax

local status = discord.set_details(details)

Parameters

TypeNameDescription
stringdetailsActivity details text to be displayed

Returns

TypeNameDescription
boolstatustrue on successful execution, or false on failure

Examples

Set the details text on a rich presence activity
discord.set_details("Playing ranked")

On this page