Skip to content

Commit ae531c4

Browse files
authored
Merge pull request #3079 from Akarys42/registry/add-pydis-plugins
Add Python Discord's plugins to the registry
2 parents 2ab65a0 + 835390b commit ae531c4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

plugins/registry.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
{
2+
"close_message": {
3+
"repository": "python-discord/modmail-plugins",
4+
"branch": "main",
5+
"description": "Add a ?closemessage command that will close the thread after 15 minutes with a default message.",
6+
"bot_version": "2.20.1",
7+
"title": "Close message",
8+
"icon_url": "https://i.imgur.com/ev7BFMz.png",
9+
"thumbnail_url": "https://i.imgur.com/ev7BFMz.png"
10+
},
11+
"mdlink": {
12+
"repository": "python-discord/modmail-plugins",
13+
"branch": "main",
14+
"description": "Generate a ready to paste link to the thread logs.",
15+
"bot_version": "2.20.1",
16+
"title": "MDLink",
17+
"icon_url": "https://i.imgur.com/JA2E63R.png",
18+
"thumbnail_url": "https://i.imgur.com/JA2E63R.png"
19+
},
20+
"reply_cooldown": {
21+
"repository": "python-discord/modmail-plugins",
22+
"branch": "main",
23+
"description": "Forbid you from sending the same message twice in ten seconds.",
24+
"bot_version": "2.20.1",
25+
"title": "Reply cooldown",
26+
"icon_url": "https://i.imgur.com/FtRQveT.png",
27+
"thumbnail_url": "https://i.imgur.com/FtRQveT.png"
28+
},
229
"dragory-migrate": {
330
"repository": "kyb3r/modmail-plugins",
431
"branch": "master",

0 commit comments

Comments
 (0)