From 16e4afe7207fdcd8b2a2ce49bf530a79dfd77c70 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 29 Feb 2024 13:57:37 -0500 Subject: [PATCH] Addressing PR comments. --- src/shared/components/app-definitions.ts | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/shared/components/app-definitions.ts b/src/shared/components/app-definitions.ts index 5be56b4..d1d52dc 100644 --- a/src/shared/components/app-definitions.ts +++ b/src/shared/components/app-definitions.ts @@ -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 = {