From 0bb4dca8015ad42062efb2270a648753c5d03502 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Wed, 1 May 2024 00:33:28 +0200 Subject: [PATCH] Fix skill issue --- src/en/server-hosting/setting-up-redbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/server-hosting/setting-up-redbot.md b/src/en/server-hosting/setting-up-redbot.md index 8b362470f..555653922 100644 --- a/src/en/server-hosting/setting-up-redbot.md +++ b/src/en/server-hosting/setting-up-redbot.md @@ -92,7 +92,7 @@ While it's not specificly a bot feature, I thought I might as well throw it in h 1. Make a discord webhook in the channel you want the pings to arrive in. You can make one by clicking on the cogwheel in the channel > Integrations > Webhooks. Once done copy the URL 2. Set the following [CCVars](https://docs.spacestation14.com/en/general-development/tips/config-file-reference.html) in your config ``` -discord.ahelp = +discord.ahelp_webhook = discord.round_update_webhook = discord.round_end_role = ```