Rewrite for new API
This commit is contained in:
@ -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.
|
||||
}
|
||||
|
Reference in New Issue
Block a user