Add handleCategoryUpdate and handleEditCategory
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user