def make_generic_notification(text, color=None, notify=False): return { 'message': escape(text), 'color': color, 'notify': notify, }