mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
better commanding and bridging slopping
This commit is contained in:
@@ -194,8 +194,8 @@ const integrationHandlers = integrations.register();
|
||||
|
||||
client.on('messageCreate', async (message) => {
|
||||
try {
|
||||
await commands.handleCommand(message);
|
||||
await integrationHandlers.handleBridgeInbound(message);
|
||||
await commands.handleCommand(message);
|
||||
} catch (err) {
|
||||
logger.warn('Error handling Discord message', err.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user