diff --git a/src/constants/channels.ts b/src/constants/channels.ts index bde6e428..6aa35199 100644 --- a/src/constants/channels.ts +++ b/src/constants/channels.ts @@ -21,7 +21,7 @@ const LOCAL_CHANNELS: Record = { events: "950790520811184150", iBuiltThis: "950790520811184150", iWroteThis: "950790520811184150", - twitterFeed: "950790520811184150", + skillshare: "950790520811184150", techReadsAndNews: "950790520811184150", modLog: "925847644318879754", botLog: "916081991542276096", @@ -48,7 +48,7 @@ const PRODUCTION_CHANNELS = { events: "127442949435817984", iBuiltThis: "312761588778139658", iWroteThis: "918616846100492298", - twitterFeed: "951207372125274112", + skillshare: "1489005715422187750", techReadsAndNews: "105816607976095744", modLog: "591326408396111907", botLog: "701462381703856158", diff --git a/src/index.ts b/src/index.ts index 74f39ddc..0da008ea 100644 --- a/src/index.ts +++ b/src/index.ts @@ -213,7 +213,7 @@ addHandler( CHANNELS.iBuiltThis, CHANNELS.iWroteThis, CHANNELS.techReadsAndNews, - CHANNELS.twitterFeed, + CHANNELS.skillshare, ], promotionThread, );