Update config.sample.js

This commit is contained in:
Jonny_Bro (Nikita) 2024-02-12 13:59:24 +05:00 committed by GitHub
parent 235621afd1
commit 8afa53d9b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ module.exports = {
/* ID of Bot's user */ /* ID of Bot's user */
userId: "123456789098765432", userId: "123456789098765432",
/* Set to true for production */ /* Set to true for production */
/* If set to false, commands only will be registered on the support.id server */
production: true, production: true,
/* For the support server */ /* For the support server */
support: { support: {
@ -34,4 +35,4 @@ module.exports = {
}, },
/* The API keys that are required for certain commands */ /* The API keys that are required for certain commands */
apiKeys: {}, apiKeys: {},
}; };