looking at selfSay in the source
//selfSay(words[, target[, type]])
so your third parameter should not be true, it should be a MessageClasses enum or it should be nothing. If it's true, it will not work. Try just doing selfSay(words, target), and if that doesn't work, try words, target and...