Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
clqu authored Jul 9, 2021
1 parent 25b324d commit 1dd47b3
Showing 1 changed file with 162 additions and 51 deletions.
213 changes: 162 additions & 51 deletions config.txt
Original file line number Diff line number Diff line change
@@ -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: ""


}
}


}

0 comments on commit 1dd47b3

Please sign in to comment.