reword hello message
This commit is contained in:
parent
f2857b1fc9
commit
70045efa3e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class Bot:
|
||||||
|
|
||||||
await self.send_message(
|
await self.send_message(
|
||||||
room.room_id,
|
room.room_id,
|
||||||
formatted="Hello! <b>You are allowed to create invites</b>, hurray! You can generate a new invite by sending the <code>!new</code> command. I will respond with a single-use code that you can share.",
|
formatted="Hello! <b>You are allowed to create invites</b>, hurray! Use the <code>!new</code> command to generate a single-use registration code.",
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue