You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
When a panic is enabled on the website, it sends a socket message to the bot, when the bot receives this and the pingOnPanic option is enabled, it will ping people on panic.
This will require some event listener on the bot that is always active, unlike other parts of the bot that rely on the function to be called to open a socket and listen for returning data.
This will also require a little extra code in the backend of the website to make the call to the bot via a socket.
The text was updated successfully, but these errors were encountered:
pingOnPanic
option is enabled, it will ping people on panic.The text was updated successfully, but these errors were encountered: