diff --git a/getDB.py b/getDB.py index 6db3ea43..99f3ad88 100644 --- a/getDB.py +++ b/getDB.py @@ -325,14 +325,6 @@ async def OwnerCookies(uid): return cookies - - - - - - - - def random_hex(length): result = hex(random.randint(0,16**length)).replace('0x','').upper() if len(result)