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 +};