remove tokens

This commit is contained in:
naudachu 2023-10-25 17:25:18 +05:00
parent f9fb869abe
commit ba297a2436
1 changed files with 0 additions and 6 deletions

View File

@ -6,12 +6,6 @@ import (
"github.com/bwmarrin/discordgo"
)
const (
appID = "1143459608569069589"
publicKey = "34d20a151fda7675e2964525643c8baf6e5ca9156f190f4bcba95a36973fbc2c"
token = "MTE0MzQ1OTYwODU2OTA2OTU4OQ.GYjbl1.QVQLJzlNx1jlw4VLim83wywKsKl17vyw4QWoeI"
)
type DiscordBot struct {
Session *discordgo.Session
}