[[release 1.1.0*nanchang]]

## 📇 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
This commit is contained in:
A.C.Sukazyo Eyre 2023-10-09 22:09:20 +08:00
parent 692abb9f56
commit 30c5ae71cc
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
2 changed files with 2 additions and 5 deletions

View File

@ -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 =

View File

@ -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)