diff --git a/main.go b/main.go index 74612c8..57a2ec6 100644 --- a/main.go +++ b/main.go @@ -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()