fix: fix reaction target

This commit is contained in:
2024-10-27 18:42:30 +08:00
parent 9ee543b1e1
commit c139c09b1a
2 files changed
+9 -4

No files matched your search

@@ -123,8 +123,12 @@ class FancyBot : OneBotListener {
.joinToString { it.data.text!! }
if (command.contains("/倒放") || command.contains("/df")) ReverseGIFCommand.reverse(message, getMsg)
if (command.contains("/图来") || command.contains("/图链")) ImageURLCommand.callback(message, getMsg)
if (command.contains("/reaction")) ReactionCommand.reaction(message)
if (command.contains("/图床")) ImageBedCommand.execute(getMsg, message)
if (command.contains("/reaction")) ReactionCommand.reaction(
message.action,
message.groupId,
getMsg.messageId
)
if (command.contains("/sl") || command.contains("/short")) message.reply(
plainTextContent.trim().makeShortLink()
)