core.discord.reset_application
Client
Resets the Discord client to the default application-id and activity
Syntax
local status = core.discord.reset_application()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
core.discord.reset_application()