remove tokens
This commit is contained in:
parent
f9fb869abe
commit
ba297a2436
|
|
@ -6,12 +6,6 @@ import (
|
||||||
"github.com/bwmarrin/discordgo"
|
"github.com/bwmarrin/discordgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
appID = "1143459608569069589"
|
|
||||||
publicKey = "34d20a151fda7675e2964525643c8baf6e5ca9156f190f4bcba95a36973fbc2c"
|
|
||||||
token = "MTE0MzQ1OTYwODU2OTA2OTU4OQ.GYjbl1.QVQLJzlNx1jlw4VLim83wywKsKl17vyw4QWoeI"
|
|
||||||
)
|
|
||||||
|
|
||||||
type DiscordBot struct {
|
type DiscordBot struct {
|
||||||
Session *discordgo.Session
|
Session *discordgo.Session
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue