From 97adf4b2c93b5019469825ffa3634fa7f060b4db Mon Sep 17 00:00:00 2001 From: ZKWolf Date: Sun, 11 Feb 2024 01:20:33 +0100 Subject: [PATCH] Added new keys to example_config.yaml --- src/config/example_config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/config/example_config.yaml b/src/config/example_config.yaml index 8f7ee63..d5a4bbd 100644 --- a/src/config/example_config.yaml +++ b/src/config/example_config.yaml @@ -13,5 +13,7 @@ test_case: user_cookie: ThisIsAUserCookieString webhooks: discord: - url: https://discord.com/api/webhooks/A/A - use: true \ No newline at end of file + mm_url: https://discord.com/api/webhooks/A + public_url: https://discord.com/api/webhooks/A + rebirth_url: https://discord.com/api/webhooks/A + mm_use: false \ No newline at end of file