From c1a55f85c13a3a0097daf54c41ff2b546bd4dfad Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 5 Feb 2025 21:19:28 -0700 Subject: [PATCH] chatsounds: wouldnt be me if i didnt forget to register the command --- src/modules/misc/chatsounds.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/misc/chatsounds.js b/src/modules/misc/chatsounds.js index 829b6e7..5b4620e 100644 --- a/src/modules/misc/chatsounds.js +++ b/src/modules/misc/chatsounds.js @@ -41,3 +41,4 @@ chatsounds.callback = async function (msg, line) { ], }; }; +hf.registerCommand(chatsounds);