core.discord.set_details
Client
Sets the details text of the Discord rich presence activity
Syntax
local status = core.discord.set_details(
details
)Parameters
| Type | Name | Description |
|---|---|---|
string | details | Activity details text to display |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
core.discord.set_details("Playing ranked")