Update cc/give

This commit is contained in:
Nova Cat 2025-03-13 16:04:33 -07:00
parent ea0ee5a934
commit a8ec570594

View file

@ -1,7 +1,8 @@
from sys import argv
import sqlite3
import re
conn = sqlite3.connect("/home/sweebotirc/sbirc.db")
from os import environ
conn = sqlite3.connect(environ["SBconfig"])
database = conn.cursor()
def getperms(mask: str):
try: