From 1dd47b3ee0327f1fd065a6abbd4225db5c539d3c Mon Sep 17 00:00:00 2001 From: clau <76551996+iClaudette@users.noreply.github.com> Date: Fri, 9 Jul 2021 19:53:44 +0300 Subject: [PATCH] Update config.txt --- config.txt | 213 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 162 insertions(+), 51 deletions(-) diff --git a/config.txt b/config.txt index d6f0229..fdc7766 100644 --- a/config.txt +++ b/config.txt @@ -1,56 +1,167 @@ -module.exports = { - bot: { - token: "", - prefix: "-", - owners: [""], - mongourl: "" - }, - website: { - callback: "", - secret: "", - clientID: "", - tags: [ "Moderation", "Fun", "Minecraft","Economy","Guard","NSFW","Anime","Invite","Music","Logging", "Web Dashboard", "Reddit", "Youtube", "Twitch", "Crypto", "Leveling", "Game", "Roleplay", "Utility", "Turkish" ] - }, - - server: { - id: "", - invite: "", - roles: { - yonetici: "", - moderator: "", - profile: { - booster: "", - sponsor: "", - supporter: "", - partnerRole: "" + module.exports = { + bot: { + token: "", + prefix: "", + owners: [""], + mongourl: "", + servers: { + token: "", + prefix: "" + } }, - codeshare: { - javascript: "", - html: "", - altyapilar: "", - bdfd: "", - besdavet: "", - ondavet: "", - onbesdavet: "", - yirmidavet: "" + + website: { + callback: "", + secret: "", + clientID: "", // Bot client id. + tags: [ "Moderation", "Fun", "Minecraft","Economy","Guard","NSFW","Anime","Invite","Music","Logging", "Web Dashboard", "Reddit", "Youtube", "Twitch", "Crypto", "Leveling", "Game", "Roleplay", "Utility", "Turkish" ], + languages: [ + { flag: 'gb', code: 'en', name: 'English' }, + { flag: 'tr', code: 'tr', name: 'Türkçe' }, + { flag: 'de', code: 'de', name: 'Deutsch' } + ], + servers: { + tags: [ + { + icon: "fal fa-code", + name: "Development" + }, + { + icon: "fal fa-play", + name: "Stream" + }, + { + icon: "fal fa-camera", + name: "Media" + }, + { + icon: 'fal fa-building', + name: 'Company' + }, + { + icon: 'fal fa-gamepad', + name: 'Game' + }, + { + icon: 'fal fa-icons', + name: 'Emoji' + }, + { + icon: 'fal fa-robot', + name: 'Bot List' + }, + { + icon: 'fal fa-server', + name: 'Server List' + }, + { + icon: 'fal fa-moon-stars', + name: 'Turkish' + }, + { + icon: 'fab fa-discord', + name: 'Support' + }, + { + icon: 'fal fa-volume', + name: 'Sound' + }, + { + icon: 'fal fa-comments', + name: 'Chatting' + }, + { + icon: 'fal fa-lips', + name: 'NSFW' + }, + { + icon: "fal fa-comment-slash", + name: "Challange" + }, + { + icon: "fal fa-hand-rock", + name: "Protest" + }, + { + icon: "fal fa-headphones-alt", + name: "Roleplay" + }, + { + icon: "fal fa-grin-alt", + name: "Meme" + }, + { + icon: "fal fa-shopping-cart", + name: "Shop" + }, + { + icon: "fal fa-desktop", + name: "Technology" + }, + { + icon: "fal fa-laugh", + name: "Fun" + }, + { + icon: "fal fa-share-alt", + name: "Social" + }, + { + icon: "fal fa-laptop", + name: "E-Spor" + }, + { + icon: 'fal fa-palette', + name: 'Design' + }, + { + icon: 'fal fa-users', + name: 'Community' + } + ] + } }, - botlist: { - developer: "", - certified_developer: "", - bot: "", - certified_bot: "" + + server: { + id: "", + invite: "https://discord.gg/z7dBzygse4", + roles: { + administrator: "", + moderator: "", + profile: { + sitecreator : "", + booster: "", + sponsor: "", + supporter: "", + partnerRole: "" + }, + codeshare: { + javascript: "", + html: "", + substructure: "", + bdfd: "", // Bot Designer For Discord + fiveInvite: "", + tenInvite: "", + fifteenInvite: "", + twentyInvite: "" + }, + botlist: { + developer: "", + certified_developer: "", + bot: "", + certified_bot: "", + } + }, + channels: { + codelog: "", + login: "", + webstatus: "", + uptimelog: "", + botlog: "", + votes: "" + } } - }, - channels: { - codelog: "", - login: "", - webstatus: "", - uptimelog: "", - botlog: "", - votes: "" + + } - } - - -} \ No newline at end of file