forgot to register the command as per usual

This commit is contained in:
Cynthia Foxwell 2024-05-17 14:38:30 -06:00
parent a0324d9cfc
commit ff4615e1aa

View file

@ -1151,3 +1151,4 @@ fedimbedCommand.callback = async function (interaction) {
}; };
} }
}; };
hf.registerCommand(fedimbedCommand);