Update 'main.go'
This commit is contained in:
parent
ec432e4ff5
commit
9e94b48d69
2
main.go
2
main.go
|
@ -16,7 +16,7 @@ type UserRole struct {
|
|||
}
|
||||
|
||||
// Global var (I know, and i don't care)
|
||||
var api string = "https://www.42ctf.org/api/bot/discord?token=" + os.Getenv("AUTH_TOKEN")
|
||||
var api string = "https://www.42ctf.local/api/bot/discord?token=" + os.Getenv("AUTH_TOKEN")
|
||||
var guild string
|
||||
var rolesID map[string]string
|
||||
var Users map[string]*UserRole
|
||||
|
|
Loading…
Reference in New Issue