This commit is contained in:
Cedric Hoelzl 2020-01-05 10:44:44 +01:00
parent 1111753e2e
commit ff36d5632e

View File

@ -120,7 +120,7 @@ module.exports = function(){
if(diblacklist.indexOf(i)>=0)
continue;
txt += i.slice(2).upper()+" !\n"
txt += i.slice(2).toUpperCase()+" !\n"
}
if(txt.length < 4){
return null;