feat: support parse bilibili user

This commit is contained in:
2024-10-12 18:35:16 +08:00
parent 499eab9549
commit ff65333a8f
4 files changed
+104 -2

No files matched your search

@@ -68,7 +68,8 @@ class FancyBot : OneBotListener {
ReverseGIFCommand.callback(message)
AsciiArtCommand.callback(message)
ScanQRCodeCommand.callback(message)
BVParseCommand.parse(this, message)
BiliVideoParseCommand.parse(this, message)
BiliUserParseCommand.parse(this, message)
if (message.rawMessage.toList().any { it in arrayListOf('*', '-', '/', '+', '=') }) {
val calculateResult = CalculateCommand.parse(message.rawMessage)