feat: support parse douyin video
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user