feat: add some command

This commit is contained in:
2024-08-30 16:42:53 +08:00
parent 54945dd55e
commit e56260bdd6
5 files changed
+66 -12

No files matched your search

@@ -8,6 +8,8 @@
package cn.rtast.fancybot
import cn.rtast.fancybot.commands.EchoCommand
import cn.rtast.fancybot.commands.FKXQSCommand
import cn.rtast.fancybot.commands.HitokotoCommand
import cn.rtast.fancybot.commands.JrrpCommand
import cn.rtast.fancybot.commands.MusicCommand
import cn.rtast.fancybot.commands.MyPointCommand
@@ -30,7 +32,9 @@ val commands = listOf(
JrrpCommand(),
MusicCommand(),
SignCommand(),
MyPointCommand()
MyPointCommand(),
HitokotoCommand(),
FKXQSCommand()
)
val configManager = ConfigManager()