podaboutlist / linkfix-for-discord

LinkFix brings link embeds back to your Discord server! Simply post Twitter, Instagram, TikTok, or Reddit links and LinkFix will reply with a rich media embed.
https://discord.com/application-directory/385950397493280805
GNU Affero General Public License v3.0
14 stars 4 forks source link

refactor: move replacements logic to a module with one class per site #9

Closed RalphORama closed 6 months ago

RalphORama commented 6 months ago

The replacements.ts file was getting bloated so it was finally time. Full refactor of replacements.ts into its own module with classes and inheritance and all that good stuff.