Add handleCategoryUpdate and handleEditCategory

This commit is contained in:
NW
2024-11-25 23:07:01 +00:00
parent 7fd4cfa671
commit 0d8230e93c
2 changed files with 74 additions and 1 deletions

View File

@@ -93,6 +93,11 @@ bot.on('message', async (msg) => {
return;
}
// Check for category update input
if (await adminProductHandler.handleCategoryUpdate(msg)) {
return;
}
logDebug(msg.text, 'handleMessage');
switch (msg.text) {