Add README
This commit is contained in:
@@ -71,3 +71,6 @@ class messageTooLongException(Exception):
|
||||
|
||||
class userSilencedException(Exception):
|
||||
pass
|
||||
|
||||
class need2FAException(Exception):
|
||||
pass
|
||||
|
@@ -29,6 +29,8 @@ def loginError():
|
||||
def needSupporter():
|
||||
return packetHelper.buildPacket(packetIDs.server_userID, [[-6, dataTypes.sInt32]])
|
||||
|
||||
def needVerification():
|
||||
return packetHelper.buildPacket(packetIDs.server_userID, [[-8, dataTypes.sInt32]])
|
||||
|
||||
""" Login packets """
|
||||
def userID(uid):
|
||||
|
Reference in New Issue
Block a user