Skip to content

Commit d2323c2

Browse files
committed
Merge branch 'master' of https://github.com/verixx/modmail
2 parents 12b8582 + 3a95959 commit d2323c2

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = '2.20.1'
25+
__version__ = '2.20.2'
2626

2727
import asyncio
2828
import logging

plugins/registry.json

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,45 @@
66
"title": "Profanity Filter Plugin",
77
"icon_url": "https://i.imgur.com/951szZ3.jpg",
88
"thumbnail_url": "https://i.imgur.com/951szZ3.jpg"
9-
}
10-
}
9+
},
10+
"autorole": {
11+
"repository": "papiersnipper/modmail-plugins",
12+
"description": "Easily auto-assign a role to a user when they join your server.",
13+
"bot_version": "2.20.1",
14+
"title": "Autorole Plugin",
15+
"icon_url": "https://i.imgur.com/67bEi82.png",
16+
"thumbnail_url": "https://i.imgur.com/67bEi82.png"
17+
},
18+
"embedder": {
19+
"repository": "papiersnipper/modmail-plugins",
20+
"description": "Easily make embeds for a nicer presence.",
21+
"bot_version": "2.20.1",
22+
"title": "Embedder Plugin",
23+
"icon_url": "https://i.imgur.com/l3uzJwD.png",
24+
"thumbnail_url": "https://i.imgur.com/l3uzJwD.png"
25+
},
26+
"leveling": {
27+
"repository": "papiersnipper/modmail-plugins",
28+
"description": "A leveling system for your server: see who's active and who's not.",
29+
"bot_version": "2.20.1",
30+
"title": "Leveling Plugin",
31+
"icon_url": "https://i.imgur.com/VuZ60QX.png",
32+
"thumbnail_url": "https://i.imgur.com/VuZ60QX.png"
33+
},
34+
"purger": {
35+
"repository": "papiersnipper/modmail-plugins",
36+
"description": "Delete multiple messages at a time.",
37+
"bot_version": "2.20.1",
38+
"title": "Purger Plugin",
39+
"icon_url": "https://i.imgur.com/HnC42jM.png",
40+
"thumbnail_url": "https://i.imgur.com/HnC42jM.png"
41+
},
42+
"supporters": {
43+
"repository": "papiersnipper/modmail-plugins",
44+
"description": "Let your users know who is part of the support team.",
45+
"bot_version": "2.20.1",
46+
"title": "Supporters Plugin",
47+
"icon_url": "https://i.imgur.com/1QXRutA.png",
48+
"thumbnail_url": "https://i.imgur.com/1QXRutA.png"
49+
}
50+
}

0 commit comments

Comments
 (0)