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
Right now the emergency shutdown makes the Rimokon process actually quit. This introduces inconvenient side effects that should be resolved by running after_shutdown.py. The idea is to reimplement emergency shutdown: instead of quitting, the bot will continue to receive and process messages, however, it won't perform any commands with them (or just reply that the bot is shut down and should be restarted manually).
The text was updated successfully, but these errors were encountered:
Right now the emergency shutdown makes the Rimokon process actually quit. This introduces inconvenient side effects that should be resolved by running
after_shutdown.py
. The idea is to reimplement emergency shutdown: instead of quitting, the bot will continue to receive and process messages, however, it won't perform any commands with them (or just reply that the bot is shut down and should be restarted manually).The text was updated successfully, but these errors were encountered: