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
@@ -39,6 +39,7 @@ function createIntegrations(deps) {
subscribe('privateRoverAccess.requested', dm.sendPrivateRoverAccessRequestDms);
subscribe('chat:message', chat.handleChatBridgeOutbound);
subscribe('chat:typing', chat.handleChatTypingOutbound);
subscribe('discord.bridgeSend', chat.handleBridgeSendRequest);
return {
handleBridgeInbound: chat.handleBridgeInbound,