Skip to content

Event.SqDiscord.Session.Error

Luckshya edited this page Jul 9, 2020 · 1 revision

Description

Discord error event

Example

function onError(errorCode, errorMessage);
  • Parameters:
    • errorCode string
    • errorMessage string

Note

It is only called when ErrorEventEnabled is set to true

Note

This event is not called directly, there is only one event onDiscordUpdate which is called. This is only available to provide argument information for this event type

Clone this wiki locally