big update WG-TOR bot connecting
This commit is contained in:
@@ -250,6 +250,9 @@ bot.on('callback_query', async (callbackQuery) => {
|
||||
} else if (action === 'view_locations') {
|
||||
logDebug(action, 'handleViewLocations');
|
||||
await adminLocationHandler.handleViewLocations(callbackQuery);
|
||||
} else if (action === 'view_ip') {
|
||||
logDebug(action, 'handleViewIP');
|
||||
await adminLocationHandler.handleViewIP(callbackQuery);
|
||||
} else if (action === 'delete_location') {
|
||||
logDebug(action, 'handleDeleteLocation');
|
||||
await adminLocationHandler.handleDeleteLocation(callbackQuery);
|
||||
|
||||
Reference in New Issue
Block a user