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
you may write a recursive script, in which on specific error like blocked by user, script starts again like: int main() {try {} catch(exception &e) {if (e == "something") {main()}}}
The case:
User sent a command and then blocked the bot when bot was switched off.
I can't make any solution for this problem.
try-catch
,if-else
... they didn't help Me.The program sends the error and stops ownself...
The text was updated successfully, but these errors were encountered: