This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
162 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" | ||
|
||
|
||
} | ||
} | ||
|
||
|
||
} |