From 0cde8ee856abf4f941f37f43bb2b33b4b738d39f Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:00:19 +0500 Subject: [PATCH] Update config.sample.js --- config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index 6e243aba..b2f85dd4 100644 --- a/config.sample.js +++ b/config.sample.js @@ -9,7 +9,7 @@ module.exports = { /* For the support server */ support: { id: "123456789098765432", // The ID of the support server - logs: "123456789098765432", // And the ID of the logs channel of your server (new servers for example) + logs: "123456789098765432", // And the ID of the logs channel of your server (when bot joins or leaves a guild) invite: "https://discord.gg/discord", // Invite link to your support server }, /* Dashboard configuration */