mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 19:24:53 +08:00
[[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:
parent
692abb9f56
commit
30c5ae71cc
@ -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 =
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user