mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Update config.sample.js
This commit is contained in:
parent
235621afd1
commit
8afa53d9b7
1 changed files with 2 additions and 1 deletions
|
@ -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: {},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue