From cb867db7481862b15f7178c987b2137e7a6d8c55 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 10 Jul 2024 16:24:21 -0600 Subject: [PATCH] foxwells: unregister dead commands --- src/modules/foxwells.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index 7023ee0..049d237 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -52,7 +52,7 @@ utsuholights.callback = async function (msg, line, [hex, bri]) { return `:warning: An error occurred: \`${await response.text()}\``; } }; -hf.registerCommand(utsuholights); +//hf.registerCommand(utsuholights); const JPEG_HEADER = Buffer.from([ 0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46, @@ -104,7 +104,7 @@ plant.callback = async function () { return "<:trollhollow:851301241417498704> where plant (Encountered an error getting plant cam)"; } }; -hf.registerCommand(plant); +//hf.registerCommand(plant); /* vinboard */ const VINBOARD_CHANNEL_ID = "770879461871714324";