core.discord.set_details

Client

Sets the details text of the Discord rich presence activity


Syntax

local status = core.discord.set_details(
    details
)

Parameters

TypeNameDescription
stringdetailsActivity details text to display

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

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

On this page