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
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