forked from basicBot/custom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicBot-roomSettings.json
More file actions
79 lines (79 loc) · 2.61 KB
/
basicBot-roomSettings.json
File metadata and controls
79 lines (79 loc) · 2.61 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
74
75
76
77
78
79
{
"botName": "MarvinBot",
"language": "english",
"chatLink": "https://rawgit.com/WiBla/custom/master/lang/en.json",
"scriptLink": "https://rawgit.com/WiBla/MarvinBot/master/extension.js",
"playLive": true,
"roomLock": false,
"startupCap": 1,
"startupVolume": 0,
"startupEmoji": false,
"autowoot": true,
"autoskip": true,
"smartSkip": true,
"cmdDeletion": true,
"afkRemoval": false,
"maximumAfk": 60,
"afkpositionCheck": 50,
"afkRankCheck": "admin",
"maximumDc": 120,
"bouncerPlus": true,
"blacklistEnabled": true,
"lockdownEnabled": false,
"lockGuard": false,
"maximumLocktime": 10,
"cycleGuard": false,
"maximumCycletime": 30,
"voteSkip": true,
"voteSkipLimit": 5,
"historySkip": true,
"timeGuard": true,
"strictTimeGuard": false,
"maximumSongLength": 7.5,
"autodisable": false,
"commandCooldown": 5,
"usercommandsEnabled": true,
"thorCommand": false,
"thorCooldown": 15,
"skipPosition": 2,
"skipReasons": [
["history", "This song is in the DJ history."],
["sound", "The song you played had bad sound quality or no sound."],
["indispo", "The song you played was not available for some users. "],
["troll", "We do not allow this type of music/video."],
["nsfw", "The song you played contained not safe for work content."],
["outro", "The song you played had a long/irrelevant outro."]
],
"motdEnabled": false,
"motdInterval": 5,
"motd": "",
"filterChat": false,
"filterSongs": true,
"etaRestriction": false,
"welcome": true,
"opLink": "http://wibla.free.fr/plug/room#op",
"rulesLink": "http://wibla.free.fr/plug/rules",
"themeLink": "https://i.imgur.com/2riDvuR.png",
"fbLink": "https://facebook.com/ElectroHousenjoythedrop",
"youtubeLink": null,
"discordLink": "https://discord.gg/fVFjmXM",
"website": "http://wibla.free.fr/plug",
"intervalMessages": [
"Give the !loto a try, you can win up to 75k PP daily!! :gift:",
"Our favorite autowoot https://gg.gg/pi-extension",
"https://i.imgur.com/ji5Uzkg.gif Remember to put the room in your favorite if we deserve it! ♥",
":warning: If your songs has more than 5 mehs, it will be skipped!",
"Invite your friends! The more people, the more fun!",
"You can play music up to 7min 30sec. After that, it will be skipped!",
"Feel free to use !tune or !props whenever you hear a banging tune!",
"Avoid playing the same thing all the time and shuffle your playlist :)"
],
"messageInterval": 10,
"songstats": false,
"commandLiteral": "!",
"blacklists": {
"NSFW": null,
"OP": "https://rawgit.com/WiBla/custom/master/blacklists/OPlist.json",
"BANNED": "https://rawgit.com/WiBla/custom/master/blacklists/BANNEDlist.json"
}
}