Skip to content

Commit 8bee7ca

Browse files
committed
Add plugin registry file
1 parent 133615f commit 8bee7ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ dmypy.json
126126

127127
# Modmail
128128
config.json
129-
plugins/
129+
plugins/*-plugins/
130130
temp/

plugins/registry.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"profanity-filter": {
3+
"repository": "kyb3r/modmail-plugins",
4+
"description": "Checks for profanity in a message using machine learning and deletes it.",
5+
"bot_version": "2.20.1",
6+
"title": "Profanity Filter Plugin",
7+
"icon_url": "https://i.imgur.com/951szZ3.jpg",
8+
"thumbnail_url": "https://i.imgur.com/951szZ3.jpg"
9+
}
10+
}

0 commit comments

Comments
 (0)