Skip to content

Commit df1d71b

Browse files
committed
remove 🦙 reply
1 parent 0315718 commit df1d71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/thesaurus/chat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func init() {
219219
return
220220
}
221221
if len(m.Msg) > 0 {
222-
ctx.Send(message.ReplyWithMessage(ctx.Event.MessageID, message.Text(m.Msg)))
222+
ctx.Send(message.Text(m.Msg))
223223
}
224224
return
225225
}

0 commit comments

Comments
 (0)