-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathconfig.txt
168 lines (163 loc) · 6.25 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
module.exports = {
bot: {
token: "Your Discord Bot Token",This will Give Logs Hang the roles to bots and the bots devlopers
prefix: "Prefix",This help u to Control Some Commands that u find in https://github.com/disbotlist-xyz/DisBotlist/tree/main/src/commands
owners: ["UserID","UserID"],Note If You want only 1 user id will be there then remove thiis - ,"UserID"
mongourl: "Your MongoDB URL",
servers: {
token: "Your Server List Bot Token", This will used to do vote and bump servers
prefix: "Prefix" this helps to vote and do bump from discord only
}
},
website: {
callback: "https://yourprojectname.yourname.repl.co/callback", Example = https://disbotlist.uve.repl.co/callback
secret: "Your Discord Botlist Bot Token",U can get this in
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'
}
]
}
},
server: {
id: "Your Discord BotList Server ID",
invite: "https://discord.gg/z7dBzygse4",
roles: {
administrator: "role id",
moderator: "role id",
profile: {
sitecreator : "role id",
booster: "role id",
sponsor: "role id",
supporter: "role id",
partnerRole: "role id"
},
codeshare: {
javascript: "role id",
html: "role id",
substructure: "",
bdfd: "role id", // Bot Designer For Discord
fiveInvite: "",
tenInvite: "",
fifteenInvite: "",
twentyInvite: ""
},
botlist: {
developer: "role Id",
certified_developer: "role id",
bot: "role id",
certified_bot: "role id",
}
},
channels: {
codelog: "channel id", The CodeLog Channel Id where code sharing log messages are given
login: "channel id",
webstatus: "channel id",
uptimelog: "channel id",
botlog: "channel id",
votes: "channel id"
}
}
}