Refactor final
This commit is contained in:
parent
a986ae5906
commit
a11654d6f8
5
main.go
5
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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user