Skip to content

Commit

Permalink
[[release 1.1.0*nanchang]]
Browse files Browse the repository at this point in the history
## 📇 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
  • Loading branch information
Eyre-S committed Oct 9, 2023
1 parent 692abb9 commit 30c5ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
5 changes: 1 addition & 4 deletions src/main/scala/cc/sukazyo/cono/morny/bot/command/创.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30c5ae7

Please sign in to comment.