Update sweebot.py
This commit is contained in:
parent
44a41d9150
commit
02d9663f5e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import threading
|
|||
class config:
|
||||
def __init__(self):
|
||||
import sqlite3
|
||||
self.conn = sqlite3.connect(cwd + "/sbirc.db")
|
||||
self.conn = sqlite3.connect(environ["SBconfig"])
|
||||
self.database = self.conn.cursor()
|
||||
def perms(self, cloak: str):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue