diff --git a/cc/give b/cc/give index 38aa38d..af9d67f 100644 --- a/cc/give +++ b/cc/give @@ -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: