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 = {