Skip to content

Commit b21037c

Browse files
martinbndrTaaku18
andauthored
Reminder Plugin (modmail-dev#3254)
* Reminder Plugin Created a reminder plugin * Fix indentations --------- Co-authored-by: Taku <[email protected]>
1 parent e919304 commit b21037c

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

plugins/registry.json

+18-9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
"icon_url": "https://i.imgur.com/qtE7AH8.png",
3636
"thumbnail_url": "https://i.imgur.com/qtE7AH8.png"
3737
},
38+
"reminder": {
39+
"repository": "martinbndr/kyb3r-modmail-plugins",
40+
"branch": "master",
41+
"description": "Let´s you create reminders.",
42+
"bot_version": "4.0.0",
43+
"title": "Reminder",
44+
"icon_url": "https://raw.githubusercontent.com/martinbndr/kyb3r-modmail-plugins/master/reminder/logo.png",
45+
"thumbnail_url": "https://raw.githubusercontent.com/martinbndr/kyb3r-modmail-plugins/master/reminder/logo.png"
46+
},
3847
"welcomer": {
3948
"repository": "fourjr/modmail-plugins",
4049
"branch": "v4",
@@ -66,43 +75,43 @@
6675
"repository": "fourjr/modmail-plugins",
6776
"branch": "v4",
6877
"description": "Allows managing server emotes via ?emoji",
69-
"bot_version": "4.0.0",
78+
"bot_version": "4.0.0",
7079
"title": "Emote Manager",
7180
"icon_url": "https://i.imgur.com/Mo60CdK.png",
7281
"thumbnail_url": "https://i.imgur.com/Mo60CdK.png"
7382
},
74-
"gen-log": {
83+
"gen-log": {
7584
"repository": "fourjr/modmail-plugins",
7685
"branch": "v4",
7786
"description": "Outputs a text log of a thread in a specified channel",
78-
"bot_version": "4.0.0",
87+
"bot_version": "4.0.0",
7988
"title": "Log Generator",
8089
"icon_url": "https://i.imgur.com/Mo60CdK.png",
8190
"thumbnail_url": "https://i.imgur.com/Mo60CdK.png"
8291
},
83-
"media-logger": {
92+
"media-logger": {
8493
"repository": "fourjr/modmail-plugins",
8594
"branch": "v4",
8695
"description": "Re-posts detected media from all visible channels into a specified logging channel",
87-
"bot_version": "4.0.0",
96+
"bot_version": "4.0.0",
8897
"title": "Media Logger",
8998
"icon_url": "https://i.imgur.com/Mo60CdK.png",
9099
"thumbnail_url": "https://i.imgur.com/Mo60CdK.png"
91100
},
92-
"report": {
101+
"report": {
93102
"repository": "fourjr/modmail-plugins",
94103
"branch": "v4",
95104
"description": "Specify an emoji to react with on messages. Generates a 'report' in specified logging channel upon react.",
96-
"bot_version": "4.0.0",
105+
"bot_version": "4.0.0",
97106
"title": "Report",
98107
"icon_url": "https://i.imgur.com/Mo60CdK.png",
99108
"thumbnail_url": "https://i.imgur.com/Mo60CdK.png"
100109
},
101-
"top-supporters": {
110+
"top-supporters": {
102111
"repository": "fourjr/modmail-plugins",
103112
"branch": "v4",
104113
"description": "Gathers and prints the top supporters of handling threads.",
105-
"bot_version": "4.0.0",
114+
"bot_version": "4.0.0",
106115
"title": "Top Supporters",
107116
"icon_url": "https://i.imgur.com/Mo60CdK.png",
108117
"thumbnail_url": "https://i.imgur.com/Mo60CdK.png"

0 commit comments

Comments
 (0)