foxwells: unregister dead commands

This commit is contained in:
Cynthia Foxwell 2024-07-10 16:24:21 -06:00
parent bc7977f9fa
commit cb867db748

View file

@ -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";