Exposed username
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
|||||||
// Session struct for roblox login session data and members
|
// Session struct for roblox login session data and members
|
||||||
type Session struct {
|
type Session struct {
|
||||||
ID string
|
ID string
|
||||||
username string
|
Username string
|
||||||
client *http.Client
|
client *http.Client
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user