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

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Reset the discord client to its default application
core.discord.reset_application()

On this page