When trying to build main.go I get this output:
$ go build main.go
command-line-arguments
./main.go:222: cannot convert "voice" to type discordgo.ChannelType
./main.go:222: invalid operation: channels[i].Type == "voice" (mismatched types discordgo.ChannelType and string)
When trying to build main.go I get this output:
$ go build main.go
command-line-arguments
./main.go:222: cannot convert "voice" to type discordgo.ChannelType
./main.go:222: invalid operation: channels[i].Type == "voice" (mismatched types discordgo.ChannelType and string)