Addressing PR comments.

This commit is contained in:
Dessalines 2024-02-29 13:57:37 -05:00
parent f23c0a0e1b
commit 16e4afe720

View file

@ -68,17 +68,6 @@ export const API_LIBRARIES: ToolDetails[] = [
];
export const MODERATION_TOOLS: ToolDetails[] = [
{
name: "lemmy-bot",
link: "https://github.com/SleeplessOne1917/lemmy-bot",
description: "A bot library for Lemmy, the fediverse link aggregator.",
},
{
name: "lemmy-bouncer",
link: "https://github.com/SleeplessOne1917/lemmy-bouncer",
description:
"Lemmy automod bot to prevent unvetted users from posting or commenting in a community.",
},
{
name: "Fediseer",
link: "https://gui.fediseer.com",
@ -96,6 +85,12 @@ export const MODERATION_TOOLS: ToolDetails[] = [
link: "https://github.com/db0/threativore",
description: "A Thrediverse bot fight against spam",
},
{
name: "lemmy-bouncer",
link: "https://github.com/SleeplessOne1917/lemmy-bouncer",
description:
"Lemmy automod bot to prevent unvetted users from posting or commenting in a community.",
},
];
const VOYAGER: AppDetails = {