ai work started

This commit is contained in:
2026-01-12 16:56:02 +03:00
parent bcf9f5f813
commit edc9614b83
8 changed files with 2649 additions and 2 deletions

View File

@@ -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() {