I need to run a telegram bot on always task. The bot script accesses the sqlite3 database to pull out user information.
The bot starts, but every time it accesses the database, it can't find the information about the users and gives the error "no such table". Although everything works correctly in the bash console.
What could be the problem?