corrected spelling
parent
3fedb29509
commit
51914b65fb
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
import sqlite3
|
||||
|
||||
con = sqlite3.connect("application.db")
|
||||
con = sqlite3.connect("applications.db")
|
||||
cur = con.cursor()
|
||||
cur.execute("CREATE TABLE app_msg_db(msg_id, user_id, guild_id)")
|
||||
cur.execute("CREATE TABLE app_guildapp_db(guild_id, guild_name, application_blob)")
|
||||
|
|
Loading…
Reference in New Issue