This repository has been archived on 2022-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
KassouBot/src/utils/db.py

4 lines
59 B
Python
Raw Normal View History

2021-06-03 08:07:53 +02:00
import sqlite3
con = sqlite3.connect('../db/bot.sqlite3')