This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.template.json
129 lines (129 loc) · 3.32 KB
/
config.template.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
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
{
"token": "",
"prefix": "m!",
"commands": [
"commands"
],
"events": [
"events"
],
"code": {
"codefile": "data/code/code.txt",
"rulesfile": "data/code/rules.txt",
"infofile": "data/code/info.txt",
"ruleschannel": "rules-and-info"
},
"entry": {
"entrychannel": "entry",
"rulesChannelId": "501236836639703040"
},
"lobby": {
"lobbyfile": "data/lobby.json",
"cooldown": 30,
"channels": [
{
"name": "Mario Kart Tour",
"channel": "mario-kart-tour",
"role": "658114854460194844"
},
{
"name": "Mario Kart 8 Deluxe",
"channel": "mario-kart-8-deluxe",
"role": "501444085320777728"
},
{
"name": "Mario Kart 8 Wii U",
"channel": "mario-kart-8-wiiu",
"role": "501444186264961065"
},
{
"name": "Mario Kart 7",
"channel": "mario-kart-7",
"role": "501444273690902530"
},
{
"name": "Mario Kart Wii",
"channel": "mario-kart-wii",
"role": "501444337893376010"
},
{
"name": "Mario Kart DS",
"channel": "mario-kart-ds",
"role": "501442731696979968"
},
{
"name": "Splatoon 2",
"channel": "splatoon",
"role": "501444611949068299"
},
{
"name": "Smash Ultimate",
"channel": "smash-bros",
"role": "520984811394039829"
},
{
"name": "Pokemon",
"channel": "pokemon",
"role": "501445210392494091"
},
{
"name": "Super Mario Maker 2 Multiplayer",
"channel": "super-mario-maker-2",
"role": "593506736678240272"
}
]
},
"about": {
"description": "Discord bot for Mankalor, based on VylBot",
"version": "2.1.6",
"corever": "1.0.4",
"author": "Vylpes",
"date": "04 Dec 2021"
},
"ban": {
"modrole": "Server Staff",
"logchannel": "ban-reason-list"
},
"clear": {
"modrole": "Server Staff"
},
"kick": {
"modrole": "Server Staff"
},
"mute": {
"modrole": "Server Staff",
"logchannel": "mute-reason-list",
"muterole": "Muted",
"mutechannel": "you-are-muted"
},
"unmute": {
"modrole": "Server Staff",
"logchannel": "mute-reason-list",
"muterole": "Muted"
},
"warn": {
"modrole": "Server Staff",
"logchannel": "warn-reason-list"
},
"role": {
"assignable": [
"MKT",
"MK8DX",
"MK8WiiU",
"MK7",
"MKW",
"MKDS",
"Splatoon1",
"Splatoon2",
"Smash3DS",
"SmashWiiU",
"SmashUltimate",
"Pokemon",
"Vent Access",
"Notification Squad"
]
},
"maintenance": {
"entrychannel": "entry"
}
}