From 901aa39bf1f817746ef0759691a80f92c81fd8af Mon Sep 17 00:00:00 2001 From: Nemika <33802693+Nemijus@users.noreply.github.com> Date: Mon, 8 Mar 2021 21:31:55 +0200 Subject: [PATCH] Update settings example --- settings-example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings-example.json b/settings-example.json index 2f7aad1..88d0ad4 100644 --- a/settings-example.json +++ b/settings-example.json @@ -1,4 +1,5 @@ { "site_name": "BytesBump Server List", - "mongo": "mongo-uri (same as the bot's)" + "mongo": "mongo-uri (same as the bot's)", + "bot_token": "bump bot's token" } \ No newline at end of file