forked from swee/MeowNex
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
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue