First commit
This commit is contained in:
10
config/config.go
Normal file
10
config/config.go
Normal file
@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
var (
|
||||
BotToken = " " // Define your bot token here
|
||||
CFBDAPIKey = " " // Define your CFBD API Key here
|
||||
)
|
||||
|
||||
func LoadConfig() {
|
||||
// Just leaving this here in case we need to add stuff later.
|
||||
}
|
Reference in New Issue
Block a user