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)