Skip to content

Commit d50ec33

Browse files
committed
Plugins: add Python Discord's
- **Case insensitive snippets**: Allow snippets to be ran even if with the wrong case. For example, `?Dm-RePort` will be recognized as `?dm-report`. - **Close message:** Add a `?closemessage` command that will close the thread after 15 minutes with a default message. - **MDLink**: Generate a ready to paste link to the thread logs. - **Reply cooldown**: Forbid you from sending the same message twice in ten seconds. - **Tagging**: Add a `?tag` command capable of adding a `$message|` header to the channel name.
1 parent c5eb0dd commit d50ec33

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

plugins/registry.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
{
2+
"case_insensitive_snippets": {
3+
"repository": "python-discord/modmail-plugins",
4+
"branch": "main",
5+
"description": "Allow snippets to be ran even if with the wrong case. For example, ?Dm-RePort will be recognized as ?dm-report.",
6+
"bot_version": "2.20.1",
7+
"title": "Case insensitive snippets",
8+
"icon_url": "https://i.imgur.com/kaJYlMB.png",
9+
"thumbnail_url": "https://i.imgur.com/kaJYlMB.png"
10+
},
11+
"close_message": {
12+
"repository": "python-discord/modmail-plugins",
13+
"branch": "main",
14+
"description": "Add a ?closemessage command that will close the thread after 15 minutes with a default message.",
15+
"bot_version": "2.20.1",
16+
"title": "Close message",
17+
"icon_url": "https://i.imgur.com/ev7BFMz.png",
18+
"thumbnail_url": "https://i.imgur.com/ev7BFMz.png"
19+
},
20+
"mdlink": {
21+
"repository": "python-discord/modmail-plugins",
22+
"branch": "main",
23+
"description": "Generate a ready to paste link to the thread logs.",
24+
"bot_version": "2.20.1",
25+
"title": "MDLink",
26+
"icon_url": "https://i.imgur.com/JA2E63R.png",
27+
"thumbnail_url": "https://i.imgur.com/JA2E63R.png"
28+
},
29+
"reply_cooldown": {
30+
"repository": "python-discord/modmail-plugins",
31+
"branch": "main",
32+
"description": "Forbid you from sending the same message twice in ten seconds.",
33+
"bot_version": "2.20.1",
34+
"title": "Reply cooldown",
35+
"icon_url": "https://i.imgur.com/FtRQveT.png",
36+
"thumbnail_url": "https://i.imgur.com/FtRQveT.png"
37+
},
38+
"tagging": {
39+
"repository": "python-discord/modmail-plugins",
40+
"branch": "main",
41+
"description": "Add a ?tag command capable of adding a $message| header to the channel name.",
42+
"bot_version": "2.20.1",
43+
"title": "Tagging",
44+
"icon_url": "https://i.imgur.com/WajSLB1.png",
45+
"thumbnail_url": "https://i.imgur.com/WajSLB1.png"
46+
},
247
"dragory-migrate": {
348
"repository": "kyb3r/modmail-plugins",
449
"branch": "master",

0 commit comments

Comments
 (0)