Replies: 1 comment
-
This seems like an issue in telebot/src/Storage/JsonStorage.php Lines 26 to 28 in 62a228f telebot/src/Storage/JsonStorage.php Line 16 in 62a228f Please try to suppress the error when file is being deleted. In case it is fixed, I'll gladly accept PR. In case it's not, I'm moving that to the issues right now (#97) and check it out later return @unlink($this->path); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like JsonStorage is not creating a file to keep track of input states. I'm using default configuration for storage (JsonStorage). Maybe there's something that I don't understand? Thanks in advance.
Here's my code.
Bot config:
Start command handler:
AskContactHandler for registering a user:
Beta Was this translation helpful? Give feedback.
All reactions