Skip to content

Commit

Permalink
Replace :SERVER with :example.com
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
  • Loading branch information
Suguru Hirahara committed Oct 21, 2024
1 parent ec1b18c commit 65967dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuring-playbook-bridge-appservice-discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ There's the Discord bridge's guide for [setting privileges on bridge managed roo

```sh
docker exec -it matrix-appservice-discord \
/bin/sh -c 'cp /cfg/registration.yaml /tmp/discord-registration.yaml && cd /tmp && node /build/tools/adminme.js -c /cfg/config.yaml -m "!ROOM_ID:SERVER" -u "@USER:SERVER" -p 100'
/bin/sh -c 'cp /cfg/registration.yaml /tmp/discord-registration.yaml && cd /tmp && node /build/tools/adminme.js -c /cfg/config.yaml -m "!ROOM_ID:example.com" -u "@USER:example.com" -p 100'
```

0 comments on commit 65967dd

Please sign in to comment.