fix: uncomment Discord import in channel barrel

Discord was directly imported in src/index.ts before the barrel wiring.
Moving to the barrel without uncommenting it broke Discord.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-09 12:24:06 +03:00
parent e7514edd35
commit 1dc5750ca3

View File

@@ -2,7 +2,7 @@
// Each import triggers the channel module's registerChannelAdapter() call.
// discord
// import './discord.js';
import './discord.js';
// slack
// import './slack.js';