FAQ bot
ส่งคำถามให้ผู้ใช้ในเซิฟเวอร์เลือก และส่งคำตอบให้จากคำถามนั้นๆ
Createสร้างaObjectquestion objectสำหรับเก็บข้อมูลคำถามclass Question: def __init__(self, desc, ans): self.desc = name self.ans = ans
Create a prefilledสร้าง listof questionของคำถามพร้อมคำตอบlist = [ Question("Q1", "A1"), Question("Q2", "A2") ]
Write a function that will receive a command from user to list out a questionรับข้อความจากผู้ใช้เผื่อส่งคำถามWriteรับข้อความจากผู่ใช้เผื่อส่งคำตอบaซึ่งจะมีการรับค่าfunctionindexthat will receive a command from user to answer that questionของคำถามด้วย