feat: support parse douyin video

This commit is contained in:
2024-10-13 11:57:56 +08:00
parent d036c2bdba
commit a78a365ebd
3 files changed
+181

No files matched your search

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