-
Notifications
You must be signed in to change notification settings - Fork 0
Advanced Events
ShadowLordAlpha edited this page Dec 16, 2015
·
1 revision
This is a list of all Advanced Events that Harmony can throw to applications.
##Events
-
HarmonyReadyEvent- This is mostly the same as in Basic mode as it is thrown after Harmony has fully connected to Discord however Harmony will not process DiscordsREADYevent and will simply pass it on to the application. -
MessageReceivedEvent- This is the event that will be thrown whenever Harmony receives a message from Discord. Harmony itself will not process the message as much as possible leaving all that work up to the application.