Skip to content

Commit c4e1166

Browse files
committed
Merge branch 'master' of https://github.com/verixx/modmail
2 parents 7144ea0 + 5c1280b commit c4e1166

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ $ python3 bot.py
8080

8181
This project is licenced under MIT. If you have any new ideas, create an issue or a pull request. Contributions to Modmail are always welcome, whether it be improvements to the documentation or new functionality, please feel free make the change.
8282

83-
If you use Modmail and love it, consider becoming a patron on **[Patreon](https://www.patreon.com/kyber)** :smile:
83+
This bot is open source and always will be. If you like this project and would like to show your appreciation, heres the link for our **[Patreon](https://www.patreon.com/kyber)**.

plugins/registry.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,48 +59,56 @@
5959
"repository": "officialpiyush/modmail-plugins",
6060
"description": "Run Codes from discord bot. Same like R.Danny's longue Commands",
6161
"bot_version": "2.20.1",
62-
"title": "code Plugin",
62+
"title": "Code Plugin",
6363
"icon_url": "https://images.ionadev.ml/b/ZIDUUsl.png",
6464
"thumbnail_url": "https://images.ionadev.ml/b/ZIDUUsl.png"
6565
},
6666
"dm-on-join": {
6767
"repository": "officialpiyush/modmail-plugins",
6868
"description": "DM New Users when they join",
6969
"bot_version": "2.20.1",
70-
"title": "dm-on-join Plugin",
70+
"title": "DM-on-join Plugin",
7171
"icon_url": "https://images.ionadev.ml/b/ZIDUUsl.png",
7272
"thumbnail_url": "https://images.ionadev.ml/b/ZIDUUsl.png"
7373
},
7474
"hastebin": {
7575
"repository": "officialpiyush/modmail-plugins",
7676
"description": "Easily Upload Text To hastebin!",
7777
"bot_version": "2.20.1",
78-
"title": "hastebin Plugin",
78+
"title": "Hastebin Plugin",
7979
"icon_url": "https://images.ionadev.ml/b/ZIDUUsl.png",
8080
"thumbnail_url": "https://images.ionadev.ml/b/ZIDUUsl.png"
8181
},
8282
"leave-server": {
8383
"repository": "officialpiyush/modmail-plugins",
84-
"description": "Don't Want Your Bot in a server? Did Someone invited it without your permission? Then this plugin is useful for you!",
84+
"description": "Don't want your bot in a server? Did someone invite it without your permission? If so, this plugin is useful for you!",
8585
"bot_version": "2.20.1",
86-
"title": "leave-server Plugin",
86+
"title": "Leave-server Plugin",
8787
"icon_url": "https://images.ionadev.ml/b/ZIDUUsl.png",
8888
"thumbnail_url": "https://images.ionadev.ml/b/ZIDUUsl.png"
8989
},
9090
"moderation": {
9191
"repository": "officialpiyush/modmail-plugins",
92-
"description": "Rule Offenders in your server?Lift the ban hammer on them or warn them! Moderation Plugin To The Rescue :tada:",
92+
"description": "Rule offenders in your server? Lift the ban hammer or warn them! Moderation plugin to the rescue :tada:",
9393
"bot_version": "2.20.1",
94-
"title": "moderation Plugin",
94+
"title": "Moderation Plugin",
9595
"icon_url": "https://images.ionadev.ml/b/ZIDUUsl.png",
9696
"thumbnail_url": "https://images.ionadev.ml/b/ZIDUUsl.png"
9797
},
9898
"translator": {
9999
"repository": "officialpiyush/modmail-plugins",
100100
"description": "You can auto translate thread msgs using this plugin or translate text fromm any language to English!",
101101
"bot_version": "2.20.1",
102-
"title": "translator Plugin",
102+
"title": "Translator Plugin",
103103
"icon_url": "https://images.ionadev.ml/b/ZIDUUsl.png",
104104
"thumbnail_url": "https://images.ionadev.ml/b/ZIDUUsl.png"
105+
},
106+
"welcomer": {
107+
"repository": "fourjr/modmail-plugins",
108+
"description": "Add messages to welcome new members! Allows for embedded messages as well. [Read more](https://github.com/fourjr/modmail-plugins/blob/master/welcomer/README.md)",
109+
"bot_version": "2.20.1",
110+
"title": "New member messages plugin",
111+
"icon_url": "https://cdn.discordapp.com/avatars/180314310298304512/7552e0089004079304cc9912d13ac81d.png",
112+
"thumbnail_url": "https://cdn.discordapp.com/avatars/180314310298304512/7552e0089004079304cc9912d13ac81d.png"
105113
}
106114
}

0 commit comments

Comments
 (0)