We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133615f commit 8bee7caCopy full SHA for 8bee7ca
.gitignore
@@ -126,5 +126,5 @@ dmypy.json
126
127
# Modmail
128
config.json
129
-plugins/
+plugins/*-plugins/
130
temp/
plugins/registry.json
@@ -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