Изменения в config,samplee

This commit is contained in:
JonnyBro 2021-12-15 21:55:54 +05:00
parent 6c30b794cb
commit d3d87de64f

View file

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