mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Изменения в config,samplee
This commit is contained in:
parent
6c30b794cb
commit
d3d87de64f
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
/* The token of your Discord Bot */
|
/* The token of your Discord Bot */
|
||||||
token: "XXXXXXXXXXX",
|
token: "XXXXXXXXXXX",
|
||||||
|
/* Youtube token */
|
||||||
|
youtubeToken: "XXXXXXXXXXX",
|
||||||
/* For the support server */
|
/* For the support server */
|
||||||
support: {
|
support: {
|
||||||
id: "XXXXXXXXXXX", // The ID of the support server
|
id: "XXXXXXXXXXX", // The ID of the support server
|
||||||
|
@ -26,7 +28,7 @@ module.exports = {
|
||||||
/* Bot's owner informations */
|
/* Bot's owner informations */
|
||||||
owner: {
|
owner: {
|
||||||
id: "XXXXXXXXXXX", // The ID of the bot's owner
|
id: "XXXXXXXXXXX", // The ID of the bot's owner
|
||||||
name: "@Jonny_Bro#4226" // And the name of the bot's owner
|
name: "@XXXXXXXXXXX#1234" // And the name of the bot's owner
|
||||||
},
|
},
|
||||||
/* DBL votes webhook (optional) */
|
/* DBL votes webhook (optional) */
|
||||||
votes: {
|
votes: {
|
||||||
|
@ -51,7 +53,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
/* The others utils links */
|
/* The others utils links */
|
||||||
others: {
|
others: {
|
||||||
github: "https://github.com/JonnyBro", // Founder's github account
|
github: "https://github.com/XXXXXXXXXXX", // Founder's github account
|
||||||
donate: "https://patreon.com/XXXXXXXXXXX" // Donate link
|
donate: "https://patreon.com/XXXXXXXXXXX" // Donate link
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue