1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-06-01 16:53:13 +02:00

renamed level.db to database.db

This commit is contained in:
Jonas Leder 2020-04-02 11:43:03 +02:00
parent 17aa9f64f5
commit c6eb46c16b

2
bot.py
View file

@ -14,7 +14,7 @@ polls = {}
bot = commands.Bot(command_prefix=prefix)
conn = sqlite3.connect('level.db')
conn = sqlite3.connect('database.db')
c = conn.cursor()
try: