Update 'main.go'

This commit is contained in:
Starthur 2023-02-06 22:27:40 +01:00
parent ec432e4ff5
commit 9e94b48d69
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) // 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 guild string
var rolesID map[string]string var rolesID map[string]string
var Users map[string]*UserRole var Users map[string]*UserRole