Update repository

This commit is contained in:
Eva Dengler 2022-12-21 13:04:36 +01:00
commit df2a986286
7 changed files with 35 additions and 24 deletions

2
bot.py
View file

@ -12,7 +12,7 @@ import sqlite3 as sql
updater = Updater(token='935673062:AAH4By1EMqAUaD9wgnV3lZQRRBX6e5Lve6g', use_context=True)
# sqlite database
connection = sql.connect("/home/horscchtey/bots/boddle/src/v2/boddle.db", check_same_thread=False)
connection = sql.connect("/home/boddle/boddle/src/v2/boddle.db", check_same_thread=False)
cursor = connection.cursor()
dispatcher = updater.dispatcher