Update modules/pawserv.py
All checks were successful
/ check (push) Successful in 9s

This commit is contained in:
Nova Cat 2025-01-21 19:20:15 -08:00
parent efe35d5be5
commit ee1deedf71

View file

@ -18,7 +18,7 @@ __ircat_fakeusers__ = {
"away": False
}
}
class command:
class IRCatModule:
def __init__(self, sql):
self.sql = sql
print("PawServ loaded!")