-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_config.json
36 lines (36 loc) · 1.19 KB
/
sample_config.json
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
{
"name": "LFG Bot",
"token": "",
"prefix": "!",
"leave_delay": "180000",
"broadcast_channels": [],
"master_channel": "",
"master_guild": "",
"tag_roles": {
"content_type": ["", "#e71a00", ":heart:"],
},
"embeds": {
"master": {
"title": "Use this channel to post adds for your group content!",
"description": "You must be in a voice channel!\nPost your adds in the format:\n `!lfg [famefarm|hellgate|gank] [description]`",
"fields": [
{
"name": "Example 1",
"value": "!lfg famefarm Need tank and 1 dps for T5 BBP random dungeons 900IP min"
},
{
"name": "Example 2",
"value": "!lfg gank Gank group leaving from BBP HO | max 10 people | bring 1000IP or higher gank builds"
},
{
"name": "Example 3",
"value": "!lfg hellgate Need partner for 2v2 HGs near Arthur\"s Rest, I can run curse or holy healer"
}
]
},
"broadcast": {
"title": "This is a broadcast channel for the iloveBacon LFG Bot!",
"description": "LFG posts that are made on the iLoveBacons server will be copied here.\nClicking on the link in the descriptions will let you join the group in a voice party!\nHead over to iLoveBacons to make your own LFG posts!"
}
}
}