better commanding and bridging slopping

This commit is contained in:
legop3
2026-06-20 00:21:55 -04:00
parent 9cf44b316d
commit e6c16c3af9
5 changed files with 100 additions and 50 deletions
@@ -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);
}