some testing ang enchancments

This commit is contained in:
2026-02-09 09:46:30 +03:00
parent 9a646e001b
commit 5a2e52825c
8 changed files with 108 additions and 27 deletions

View File

@@ -35,6 +35,7 @@ func main() {
plugins.RegisterWaifus(bot)
plugins.RegisterRP(bot)
plugins.RegisterAi(bot)
plugins.RegisterFun(bot)
defer bot.Close()
bot.Run()