Bonus balance editing

This commit is contained in:
Artyom Ashirov
2024-11-21 14:48:45 +03:00
parent d4eb5d46c3
commit a760cb2d23
2 changed files with 52 additions and 29 deletions

View File

@@ -114,6 +114,11 @@ bot.on('message', async (msg) => {
return;
}
// Check for bonus balance input
if (await adminUserHandler.handleBonusBalanceInput(msg)) {
return;
}
logDebug(msg.text, 'handleMessage');
switch (msg.text) {