replay beroke

This commit is contained in:
legop3
2026-04-29 13:35:24 -04:00
parent 9b9fa13eaf
commit d7f34af66f
4 changed files with 42 additions and 7 deletions
@@ -153,7 +153,7 @@ const commands = createCommandHandlers({
config,
});
const integrations = createIntegrations({
const integrations = createIntegrations({
logger,
client,
config,
@@ -184,6 +184,7 @@ const integrations = createIntegrations({
clearTypingMessage: channelIO.clearTypingMessage,
sendTypingMessage: channelIO.sendTypingMessage,
schedulePresenceRotation: presence.schedulePresenceRotation,
buildReplayVideo,
});
const integrationHandlers = integrations.register();