From a11654d6f80121cdcee9b4cb8637e35ffb018e5f Mon Sep 17 00:00:00 2001 From: darius Date: Fri, 3 May 2024 21:33:16 +0200 Subject: [PATCH] Refactor final --- main.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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()