This commit is contained in:
2026-01-14 14:29:03 +03:00
parent 7d540962a1
commit 4dd87ddecc
17 changed files with 513 additions and 226 deletions

11
main.go
View File

@@ -38,17 +38,8 @@ func main() {
plugins.RegisterEconomy(bot)
plugins.RegisterWaifus(bot)
plugins.RegisterAdmin(bot)
plugins.RegisterTestRP(bot)
plugins.RegisterRP(bot)
//ctx := context.Background()
//go func() {
// select {
// case <-ctx.Done():
// {
// log.Println("done")
// }
// }
//}()
defer bot.Close()
bot.Run()
}