Removed unused variable
This commit is contained in:
parent
28aef487c5
commit
031f84a3d6
5
bots/discord/channels.go
Normal file
5
bots/discord/channels.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
var (
|
||||||
|
logChannel = "574579302843154442"
|
||||||
|
)
|
@ -10,12 +10,6 @@ import (
|
|||||||
"github.com/bwmarrin/discordgo"
|
"github.com/bwmarrin/discordgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Session provides access to the Discord session.
|
|
||||||
var (
|
|
||||||
discord *discordgo.Session
|
|
||||||
logChannel = "574579302843154442"
|
|
||||||
)
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
discord, err := discordgo.New()
|
discord, err := discordgo.New()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user