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:
@@ -2,7 +2,7 @@
|
|||||||
// Each import triggers the channel module's registerChannelAdapter() call.
|
// Each import triggers the channel module's registerChannelAdapter() call.
|
||||||
|
|
||||||
// discord
|
// discord
|
||||||
// import './discord.js';
|
import './discord.js';
|
||||||
|
|
||||||
// slack
|
// slack
|
||||||
// import './slack.js';
|
// import './slack.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user