1
0
Fork 0
forked from swee/MeowNex

Update cc/give

This commit is contained in:
Nova Cat 2024-11-14 19:18:46 -08:00
parent f44899ae96
commit 546c66f750

View file

@ -1,6 +1,6 @@
from sys import argv
import sqlite3
conn = sqlite3.connect("/home/swee/sbirc.db")
conn = sqlite3.connect("/home/sweebotirc/sbirc.db")
database = conn.cursor()
def getperms(cloak: str):
try: