def send_text(message):
ответ = message.text.lower()
и дальше делайте проверку в это функции правильний ли логин. from random import *
def hello1():
print("Здарова!")
def hello2():
print("Привет!")
my_func_list = ['hello1','hello2', 'hello1','hello2']
exec(str(choice(my_func_list))+"()")