Bonus balance editing
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user