use crate::simple_responder; simple_responder!( AllCapsResponder, r"^[A-Z\s]{10,}$", "ノ( º _ ºノ) bruh calm down there" );