for (k in i.messageChain.listIterator()) {
                if (k is PlainText) {
                    pt += k.content
                }