Rewrite for new API

This commit is contained in:
Kevin Thompson
2024-11-10 17:23:41 -06:00
parent 801396923b
commit 856e1b1cbd
5 changed files with 113 additions and 126 deletions

View File

@ -1,10 +1,9 @@
package config
var (
BotToken = " " // Define your bot token here
CFBDAPIKey = " " // Define your CFBD API Key here
BotToken = "REDACTED"
CFBDAPIKey = "ay2L+7JSttYQP9e10qxpAkluht7NHcyEnSqbBUsqWrwVjBcl02QH2XjOaVDnPRBy"
)
func LoadConfig() {
// Just leaving this here in case we need to add stuff later.
}