Forgot to actually trigger message send. Whoops

This commit is contained in:
Christopher Cookman 2026-06-12 09:48:08 -06:00
parent 1095537b34
commit 43864df9c0

View file

@ -483,6 +483,7 @@ Example data object:
} }
}); });
} }
sendMessage()
}); });
}); });
@ -554,6 +555,7 @@ Example data object:
} }
}); });
} }
sendMessage();
}); });
}); });
}; };