This commit is contained in:
Tnze
2022-11-17 00:32:38 +08:00
parent 7a2b3da584
commit 3e83d1dbca
8 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@ func (e *Error) Error() string {
}
// Domain is the URL of Realms API server
// Panic if it cannot be parse by url.Parse().
// Panic if it cannot be parsed by url.Parse().
var Domain = "https://pc.realms.minecraft.net"
// New create a new Realms c with version, username, accessToken and UUID without dashes.