Exemplo n.º 1
0
def say_stephen_and_reset():
    to_say = Cacher.get_message_by_user(slack_users.not_stephanie, randomize=True)
    Cacher.reset_messages_by_user(slack_users.not_stephanie, randomize=True)
    return to_say
Exemplo n.º 2
0
def say_smarx_and_reset():
    to_say = Cacher.get_message_by_user(slack_users.hes_zeebz, randomize=True)
    Cacher.reset_messages_by_user(slack_users.hes_zeebz, randomize=True)
    return to_say