awaitself.send_message(update,context,text=f"Welcome to the {self.name} section of the Telegram Bot")
awaitself.send_message(update,context,text="In here you can learn about our board, get the link to join our groupchat, find out about our next events and even subscribe to our notifications from this bot")
awaitself.send_message(update,context,text="To exit this section of the bot just use the command /exit")
returnself.HOME
try:
forlineinself.info["messages"]["intro"]:
awaitself.send_message(update,context,text=line)
exceptKeyError:
awaitself.send_message(update,context,text=f"Welcome to the {self.name} section of the Telegram Bot")
awaitself.send_message(update,context,text="In here you can learn about our board, get the link to join our groupchat, find out about our next events and even subscribe to our notifications from this bot")
awaitself.send_message(update,context,text="To exit this section of the bot just use the command /exit")
awaitself.send_message(update,context,text="See you again whenever you want to explore this great committee")
awaitself.send_message(update,context,text="After that, what do you want to talk about, we can talk about those shiny gems, the mighty Sail'ore or the different committees a pirate can join")
returnself.EXIT
try:
forlineinself.info["messages"]["intro"]:
awaitself.send_message(update,context,text=line)
exceptKeyError:
awaitself.send_message(update,context,text="See you again whenever you want to explore this great committee")
awaitself.send_message(update,context,text="After that, what do you want to talk about, we can talk about those shiny gems, the mighty Sail'ore or the different committees a pirate can join")