GlenMerlin / link-fixer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

link-fixer

A Discord bot, that replaces any Twitter, Instagram, and TikTok links with embed- and privacy-friendly proxies.

SQLite Schema

CREATE TABLE config (
    guild_id VARCHAR PRIMARY KEY,
    embed BOOLEAN NOT NULL,
    delMsg BOOLEAN NOT NULL
);

About


Languages

Language:TypeScript 100.0%