Update 'main.go'

This commit is contained in:
Starthur 2023-02-06 22:22:16 +01:00
parent 519cfc20b5
commit ec432e4ff5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ type UserRole struct {
}
// Global var (I know, and i don't care)
var api string = "https://preprod.42ctf.org/api/bot/discord?token=" + os.Getenv("AUTH_TOKEN")
var api string = "https://www.42ctf.org/api/bot/discord?token=" + os.Getenv("AUTH_TOKEN")
var guild string
var rolesID map[string]string
var Users map[string]*UserRole