From 8afa53d9b7cc2aed3e5669c8637809e0e0025ec1 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:59:24 +0500 Subject: [PATCH] Update config.sample.js --- config.sample.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index e8066b3f..6e243aba 100644 --- a/config.sample.js +++ b/config.sample.js @@ -4,6 +4,7 @@ module.exports = { /* ID of Bot's user */ userId: "123456789098765432", /* Set to true for production */ + /* If set to false, commands only will be registered on the support.id server */ production: true, /* For the support server */ support: { @@ -34,4 +35,4 @@ module.exports = { }, /* The API keys that are required for certain commands */ apiKeys: {}, -}; \ No newline at end of file +};