Refactor final

This commit is contained in:
darius 2024-05-03 21:33:16 +02:00
parent a986ae5906
commit a11654d6f8

View File

@ -12,10 +12,7 @@ import (
"os/signal"
)
var (
GuildID = flag.String("guild", "", "Test guild ID. If not passed - bot registers commands globally")
discord *discordgo.Session
)
var GuildID = flag.String("guild", "", "Test guild ID. If not passed - bot registers commands globally")
func main() {
flag.Parse()