reword hello message

This commit is contained in:
bain 2023-10-14 13:08:32 +02:00
parent f2857b1fc9
commit 70045efa3e
Signed by: bain
GPG key ID: 31F0F25E3BED0B9B

View file

@ -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