From 4ef3e9bc17c0721d8b848c0050044e53308859f2 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 19 Jul 2025 00:00:38 -0600 Subject: [PATCH] cache: always forget register... --- src/modules/utility/cache.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/utility/cache.js b/src/modules/utility/cache.js index ecd883e..4d577e5 100644 --- a/src/modules/utility/cache.js +++ b/src/modules/utility/cache.js @@ -73,3 +73,4 @@ cache.callback = async function (msg, id) { attachments, }; }; +hf.registerCommand(cache);