Update sweebot.py

This commit is contained in:
Swee 2024-09-22 13:21:56 -07:00
parent 02d9663f5e
commit a2515bee48

View file

@ -5,6 +5,7 @@ import socket
import subprocess
from time import sleep, time, ctime
from os import system as ossystem, path, environ, listdir, getcwd
import sqlite3
cwd = getcwd()
import re
from random import choice, randint as random
@ -12,7 +13,6 @@ import traceback
import threading
class config:
def __init__(self):
import sqlite3
self.conn = sqlite3.connect(environ["SBconfig"])
self.database = self.conn.cursor()
def perms(self, cloak: str):