From 70045efa3e05f9602ea833d7b1decbddd1876fb6 Mon Sep 17 00:00:00 2001 From: bain Date: Sat, 14 Oct 2023 13:08:32 +0200 Subject: [PATCH] reword hello message --- matrix-invitation-dealer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-invitation-dealer/main.py b/matrix-invitation-dealer/main.py index b464b8a..4f48c15 100644 --- a/matrix-invitation-dealer/main.py +++ b/matrix-invitation-dealer/main.py @@ -128,7 +128,7 @@ class Bot: await self.send_message( room.room_id, - formatted="Hello! You are allowed to create invites, hurray! You can generate a new invite by sending the !new command. I will respond with a single-use code that you can share.", + formatted="Hello! You are allowed to create invites, hurray! Use the !new command to generate a single-use registration code.", ) return