diff --git a/dick.db b/dickpick.db similarity index 58% rename from dick.db rename to dickpick.db index 9eeac04..b1adb1b 100644 Binary files a/dick.db and b/dickpick.db differ diff --git a/faggot.jpg b/faggot.jpg deleted file mode 100644 index c4d4b9b..0000000 Binary files a/faggot.jpg and /dev/null differ diff --git a/sql.py b/sql.py new file mode 100644 index 0000000..266114a --- /dev/null +++ b/sql.py @@ -0,0 +1,23 @@ +import sqlite3 as sq + +async def db_start(): + global db, cur + + db = sq.connect('dickpick.db') + cur = db.cursor() + + cur.execute('CREATE TABLE IF NOT EXISTS users(users_id TEXT PRIMARY KEY, user_name TEXT, dick_size INT)') + db.commit() + +async def add_user(): + user_id = message.from_user.id + cur.execute('INSERT INTO users VALUES(users_id, ?, ?)') + user_name = message.from_user.full_name + cur.execute('INSERT INTO users VALUES(?, user_name, ?)') + db.commit() + + + + + + diff --git a/ya-pidoras.jpg b/ya-pidoras.jpg deleted file mode 100644 index 8310991..0000000 Binary files a/ya-pidoras.jpg and /dev/null differ