From 99e7a9c29933839390feff987e133e008c6c5fce Mon Sep 17 00:00:00 2001 From: CrossyChainsaw <74303221+CrossyChainsaw@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:23:40 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee34482d..92f48d38 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ There are a few steps you need to take to setup Ranknir in your server # Fill in with your own clan data! discord_server_name = "YOUR_DISCORD_SERVER_NAME" discord_server_id = 'YOUR_DISCORD_SERVER_ID' # Yes this has to be a string -clan_name = ["YOUR_CLAN_NAME, YOUR_CLAN_NAME_2, YOUR_CLAN_NAME_3"] +clan_name = ["YOUR_CLAN_NAME"] # for multiple clans -> clan_name = ["YOUR_CLAN_NAME, YOUR_CLAN_NAME_2"] channel_1v1_id=0 # Replace with your 1v1 elo channel id channel_2v2_id=0 # Replace with your 2v2 elo channel id -clan_id = ["YOUR_CLAN_ID, YOUR_CLAN_ID_2, YOUR_CLAN_ID_3"] +clan_id = ["YOUR_CLAN_ID"] # for multiple clans -> clan_id = ["YOUR_CLAN_ID, YOUR_CLAN_ID_2"] clan_image = 'YOUR_CLAN_IMAGE_SOURCE_LINK' discord_bot_token = "YOUR_BOT_TOKEN" # DON'T SHARE THIS TOKEN WITH ANYONE!!!!!!!!!!!!!!!!!!!!!! ```