Merge branch 'master' of gitfap.de:keinBot/keinBotv2

This commit is contained in:
Flummi 2016-08-29 10:49:14 +02:00
commit da712f2bc9

24
cfg/main.json Normal file
View File

@ -0,0 +1,24 @@
{
"allowedMimes": {
"image/png": "png",
"video/webm": "webm",
"image/gif": "gif",
"image/jpeg": "jpg",
"video/mp4": "mp4",
"audio/mpeg": "mp3",
"audio/ogg": "ogg"
},
"disallowedHosts": [
"f0ck.me"
],
"minRes": 500,
"maxFileSize": 31457280,
"level": {
"~": 80,
"&": 70,
"@": 60,
"%": 50,
"+": 10,
"": 0
}
}