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