mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Addressing PR comments.
This commit is contained in:
parent
f23c0a0e1b
commit
16e4afe720
1 changed files with 6 additions and 11 deletions
|
@ -68,17 +68,6 @@ export const API_LIBRARIES: ToolDetails[] = [
|
||||||
];
|
];
|
||||||
|
|
||||||
export const MODERATION_TOOLS: 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",
|
name: "Fediseer",
|
||||||
link: "https://gui.fediseer.com",
|
link: "https://gui.fediseer.com",
|
||||||
|
@ -96,6 +85,12 @@ export const MODERATION_TOOLS: ToolDetails[] = [
|
||||||
link: "https://github.com/db0/threativore",
|
link: "https://github.com/db0/threativore",
|
||||||
description: "A Thrediverse bot fight against spam",
|
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 = {
|
const VOYAGER: AppDetails = {
|
||||||
|
|
Loading…
Reference in a new issue