Update repository
This commit is contained in:
parent
e5a935a85b
commit
df2a986286
7 changed files with 35 additions and 24 deletions
2
bot.py
2
bot.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue