prathercc / discrub-ext

Message manipulation and export tool for Discord. (Chrome/Firefox Extension)
https://www.reddit.com/r/discrub/
138 stars 18 forks source link

QOL Improvements #139

Open VendorAttestation opened 1 month ago

VendorAttestation commented 1 month ago

// More Types to not delete

"GUILD_MEMBER_JOIN",
"USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_1",
"USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_2",
"USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_3",
"USER_PREMIUM_GUILD_SUBSCRIPTION",
"THREAD_CREATED",

// UnSafe File Extension (Make Optional To Save)

const UnsafeFileExtensions = [
    ".exe", ".bat", ".reg", ".scr", // Unsafe Executables
];