Working on handlers

This commit is contained in:
Owen
2025-02-21 10:55:38 -05:00
parent e112fcba29
commit b9de0f8e38
5 changed files with 62 additions and 171 deletions

View File

@@ -16,7 +16,7 @@ export const handleNewtRegisterMessage: MessageHandler = async (context) => {
const newt = client;
logger.info("Handling register message!");
logger.info("Handling register newt message!");
if (!newt) {
logger.warn("Newt not found");