From 86b7a51992b0ffbeae74500bcdcbb65706fe636d Mon Sep 17 00:00:00 2001 From: gnuxie Date: Sat, 14 Sep 2024 13:47:15 +0100 Subject: [PATCH] Fix broken link in readme and references to default command. thanks again Sky. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f6335847..74d2d484 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,12 @@ See the [synapse module documentation](docs/synapse_module.md) for information o After your bot is up and running, you'll want to run a couple commands to get everything set up: -1. `!draupnir list create coc code-of-conduct-ban-list` - This will create a new ban list - with the shortcode `coc` and an alias of `#code-of-conduct-ban-list:example.org`. You +1. `!draupnir list create my-coc code-of-conduct-ban-list` - This will create a new ban list + with the shortcode `my-coc` and an alias of `#code-of-conduct-ban-list:example.org`. You will be invited to the room it creates automatically where you can change settings such as the visibility of the room. -2. `!draupnir default coc` - This sets the default ban list to the list we just created to - help with the ban commands later on. -3. Review the [Moderator's Guide](https://the-draupnir-project.github.io/draupnir-documentation/bot/moderators). -4. Review `!draupnir help` to see what else the bot can do. +2. Review the [Moderator's Guide](https://the-draupnir-project.github.io/draupnir-documentation/moderator/setting-up-and-configuring). +3. Review `!draupnir help` to see what else the bot can do. ## Enabling readable abuse reports