Compare commits
2 commits
e3d204bc90
...
70045efa3e
Author | SHA1 | Date | |
---|---|---|---|
70045efa3e | |||
f2857b1fc9 |
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
image: git.nolog.cz/nolog.cz/matrix-invitation-dealer:latest
|
||||
network_mode: "host" # FIXME
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
|
|
@ -128,7 +128,7 @@ class Bot:
|
|||
|
||||
await self.send_message(
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue