Ph bot answer , reply

How Can I Edit the Answer Section?
Question:K[Guard]'a Cevap Olarak 546549kap Yazınız.
Reply:546549kap
The shape of the question is the same but this part is constantly changing. > 546549kap
Can you edit the following codes in the answer part?

if “K[Guard]'a Cevap Olarak” in Message: # soru geliyor

                cevap = ""
             
                for c in reversed(Message):
                    if c != "k":
                        cevap += c
                    else:
                        break
                
                cevap = cevap[::-1].replace("", "")
                #log(cevap)
                
                qeqo = "" + cevap.strip()
                phBotChat.Private(Character,qeqo)