From 30c5ae71cc24808f81d2a26abc6876afeb8d0c09 Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Mon, 9 Oct 2023 22:09:20 +0800 Subject: [PATCH] [[release 1.1.0*nanchang]] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 📇 Function & Mechanisms - add /chuang command (from @autoziyaobot) - add 尊嘟假嘟 reply event (from @hasutestbot) ## 🧯 Bug Fix - fix OnQuestionMarkReply false-checked message due to a huge amount of repeating normal message --- gradle.properties | 2 +- src/main/scala/cc/sukazyo/cono/morny/bot/command/创.scala | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index f7d4990..0c892e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s -VERSION = 1.1.0-alpha2 +VERSION = 1.1.0 USE_DELTA = false VERSION_DELTA = diff --git a/src/main/scala/cc/sukazyo/cono/morny/bot/command/创.scala b/src/main/scala/cc/sukazyo/cono/morny/bot/command/创.scala index 508bd99..f2a523e 100644 --- a/src/main/scala/cc/sukazyo/cono/morny/bot/command/创.scala +++ b/src/main/scala/cc/sukazyo/cono/morny/bot/command/创.scala @@ -23,10 +23,7 @@ class 创 (using coeur: MornyCoeur) { else if ((event.message.replyToMessage ne null) && (event.message.replyToMessage.text ne null)) event.message.replyToMessage.text else - coeur.account exec SendSticker( - event.message.chat.id, - TelegramStickers ID_404 - ).replyToMessageId(event.message.messageId) + // this will directly return for not conflict with @autoziyaobot return; val chuangText = 创.chuangText(text)