bug fixed /addplayer
This commit is contained in:
parent
3e61fa33c4
commit
1d485fc100
3 changed files with 93 additions and 32 deletions
|
|
@ -14,6 +14,7 @@ class Database:
|
|||
"""Initialize database tables"""
|
||||
with sqlite3.connect(self.db_path) as conn:
|
||||
cursor = conn.cursor()
|
||||
logger.info(f"Using database at: {self.db_path}")
|
||||
|
||||
# Create telegram_users table (Telegram bot users)
|
||||
cursor.execute('''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue