fix: use text instead of notice for command replies
This commit is contained in:
parent
d64429a009
commit
1b48d830e6
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ impl Bot {
|
||||||
|
|
||||||
let reply = |msg: &str| {
|
let reply = |msg: &str| {
|
||||||
room.send(
|
room.send(
|
||||||
RoomMessageEventContent::notice_plain(msg).make_reply_to(ev),
|
RoomMessageEventContent::text_plain(msg).make_reply_to(ev),
|
||||||
None,
|
None,
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue