-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
73 lines (62 loc) · 1.96 KB
/
config.json
File metadata and controls
73 lines (62 loc) · 1.96 KB
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
{
"statut": {
"playing": "n",
"watching": "y",
"listening": "n",
"streaming": "n",
"text": "Powered by Private-Bot",
"url": "https://twitch.tv/x"
},
"owner": [
],
"logs": {
"activate": "n",
"channel": "channel ID"
},
"tempo-vocal":{
"activate": "y",
"hub": "channel ID",
"categories": "channel id",
"names": "salon de {user.name}"
},
"welcome": {
"activate": "n",
"embeds": "n",
"channel": "channel ID",
"message": "Bienvenue {user.mention} ! comment tu vas ?",
"embed": {
"title": "Bienvenue {user.name}",
"description": "Bienvenue sur le serveur {guild.name}",
"author": "Private-Bot",
"author_avatar": "",
"image" : "",
"thumbnail": "{user.avatar}",
"fields": [
{"name": "Example", "value": "Example", "inline": true}
],
"footer": "Tu es notre {guild.membercount} membres",
"color": "#FF0000",
"footer-url": "{guild.icon}"
}
},
"leave": {
"activate": "y",
"embeds": "n",
"channel": 1163191742435168438,
"message": "Au revoir {user.name} :cry:",
"embed": {
"title": "Au revoir {user.name}",
"description": "Bienvenue sur le serveur {guild.name}",
"author": "Private-Bot",
"author_avatar": "",
"image" : "",
"thumbnail": "{user.avatar}",
"fields": [
{"name": "Example", "value": "Example", "inline": true}
],
"footer": "Tu es notre {guild.membercount} membres",
"color": "#FF0000",
"footer-url": "{guild.icon}"
}
}
}