foxwells: unregister dead commands
This commit is contained in:
parent
bc7977f9fa
commit
cb867db748
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ utsuholights.callback = async function (msg, line, [hex, bri]) {
|
||||||
return `:warning: An error occurred: \`${await response.text()}\``;
|
return `:warning: An error occurred: \`${await response.text()}\``;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
hf.registerCommand(utsuholights);
|
//hf.registerCommand(utsuholights);
|
||||||
|
|
||||||
const JPEG_HEADER = Buffer.from([
|
const JPEG_HEADER = Buffer.from([
|
||||||
0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46,
|
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)";
|
return "<:trollhollow:851301241417498704> where plant (Encountered an error getting plant cam)";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
hf.registerCommand(plant);
|
//hf.registerCommand(plant);
|
||||||
|
|
||||||
/* vinboard */
|
/* vinboard */
|
||||||
const VINBOARD_CHANNEL_ID = "770879461871714324";
|
const VINBOARD_CHANNEL_ID = "770879461871714324";
|
||||||
|
|
Loading…
Reference in a new issue