File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55This is the code for my Telegram Bot with which you can play the game Black Jack. You can find it here: https://telegram.me/BlackJackBot
66
7- The main file, which needs to be executed is main.py
7+ The main file, which needs to be executed is " main.py".
88You need to put your API-Token in the right place.
99
1010## Other Software
@@ -15,7 +15,7 @@ The bot uses the [python-telegram-bot](https://python-telegram-bot.org/) framewo
1515
1616## Database
1717
18- The bot uses a SQLite database. The database file is in the "database" directory. It's called 'users.db'.
18+ The bot uses a SQLite database. The database file is in the "database" directory. It is called 'users.db'.
1919
2020To set up the database, you need two tables:
2121
You can’t perform that action at this time.
0 commit comments