ai work started
This commit is contained in:
3
main.go
3
main.go
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
err := godotenv.Load(".env", ".env.production")
|
||||
err := godotenv.Load(".env", ".env.production", ".env.ai")
|
||||
if err != nil {
|
||||
log.Println("Error loading .env file")
|
||||
}
|
||||
@@ -38,6 +38,7 @@ func main() {
|
||||
plugins.RegisterEconomy(bot)
|
||||
plugins.RegisterWaifus(bot)
|
||||
plugins.RegisterAdmin(bot)
|
||||
plugins.RegisterTestRP(bot)
|
||||
|
||||
//ctx := context.Background()
|
||||
//go func() {
|
||||
|
||||
Reference in New Issue
Block a user