fix: initialize last_seen_notif_id in db.py #29

Merged
waifu merged 1 commit from nyanide/kemoverse:cool_fix into dev 2025-05-24 20:46:32 -07:00
Showing only changes of commit e8774cb8bd - Show all commits

3
db.py
View file

@ -41,6 +41,9 @@ cursor.execute("""
)
""")
# Initialize essential config key
cursor.execute('INSERT INTO config VALUES ("last_seen_notif_id", 0)')
""" # Insert example characters into the database if they don't already exist
characters = [
('Murakami-san', 1, 0.35),