after_logout
Fires after the bot goes offline.
Bot.on("after_logout", function(event) { ... });Reference
This event has no properties.
Comments
Not available for self-hosted QubicBot app yet.
Example
Bot.on("after_logout", function(event) {
console.log("I went offline. See you later.");
});