Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossyChainsaw committed Jun 3, 2024
1 parent b2f5c8e commit 99e7a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!!!!!!!!!!!!!!!!!!!!!!
```
Expand Down

0 comments on commit 99e7a9c

Please sign in to comment.