Update sweebot.py
This commit is contained in:
parent
02d9663f5e
commit
a2515bee48
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,7 @@ import socket
|
||||||
import subprocess
|
import subprocess
|
||||||
from time import sleep, time, ctime
|
from time import sleep, time, ctime
|
||||||
from os import system as ossystem, path, environ, listdir, getcwd
|
from os import system as ossystem, path, environ, listdir, getcwd
|
||||||
|
import sqlite3
|
||||||
cwd = getcwd()
|
cwd = getcwd()
|
||||||
import re
|
import re
|
||||||
from random import choice, randint as random
|
from random import choice, randint as random
|
||||||
|
@ -12,7 +13,6 @@ import traceback
|
||||||
import threading
|
import threading
|
||||||
class config:
|
class config:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
import sqlite3
|
|
||||||
self.conn = sqlite3.connect(environ["SBconfig"])
|
self.conn = sqlite3.connect(environ["SBconfig"])
|
||||||
self.database = self.conn.cursor()
|
self.database = self.conn.cursor()
|
||||||
def perms(self, cloak: str):
|
def perms(self, cloak: str):
|
||||||
|
|
Loading…
Reference in a new issue