add user and pass for world to env variables
This commit is contained in:
@@ -10,4 +10,5 @@ var (
|
||||
ErrorAuthPassWrong = errors.New("Authentication password is wrong")
|
||||
ErrorChannelIsClosed = errors.New("Channel has been closed")
|
||||
ErrorUserIsNotConnected = errors.New("User is not connected")
|
||||
ErrorUserDoesntExist = errors.New("User does not exist")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user