Skip to content

Commit 04d127a

Browse files
committed
Merge branch 'master' of https://github.com/kyb3r/modmail
2 parents fa3efa1 + 50c440f commit 04d127a

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,6 @@ Special thanks to our sponsors for supporting the project.
166166
<img height=150 src='https://i.imgur.com/WyzaPKY.png' style='margin:10px'>
167167
</a>
168168

169-
<a href='https://discord.gg/zaeVCaV'>
170-
<img height=150 src='https://imgur.com/8F18l3v.png' style='margin:10px'>
171-
</a>
172-
173169
Become a sponsor on [Patreon](https://patreon.com/kyber).
174170

175171
## Plugins

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ async def post_metadata(self):
12191219
else:
12201220
data.update({"owner_name": info.owner.name, "owner_id": info.owner.id, "team": False})
12211221

1222-
async with self.session.post("https://api.logviewer.tech/metadata", json=data):
1222+
async with self.session.post("https://api.modmail.dev/metadata", json=data):
12231223
logger.debug("Uploading metadata to Modmail server.")
12241224

12251225
async def before_post_metadata(self):

plugins/registry.json

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@
2626
"icon_url": "https://cdn1.iconfinder.com/data/icons/web-hosting-2-4/52/200-512.png",
2727
"thumbnail_url": "https://cdn1.iconfinder.com/data/icons/web-hosting-2-4/52/200-512.png"
2828
},
29-
"autorole": {
30-
"repository": "papiersnipper/modmail-plugins",
31-
"branch": "master",
32-
"description": "Easily auto-assign a role to a user when they join your server.",
33-
"bot_version": "2.20.1",
34-
"title": "Autorole Plugin",
35-
"icon_url": "https://i.imgur.com/67bEi82.png",
36-
"thumbnail_url": "https://i.imgur.com/67bEi82.png"
37-
},
3829
"anti-steal-close": {
3930
"repository": "officialpiyush/modmail-plugins",
4031
"branch": "master",
@@ -43,42 +34,6 @@
4334
"icon_url": "https://i.imgur.com/LovxyV3.png",
4435
"thumbnail_url": "https://i.imgur.com/LovxyV3.png"
4536
},
46-
"embedder": {
47-
"repository": "papiersnipper/modmail-plugins",
48-
"branch": "master",
49-
"description": "Easily make embeds for a nicer presence.",
50-
"bot_version": "2.20.1",
51-
"title": "Embedder Plugin",
52-
"icon_url": "https://i.imgur.com/l3uzJwD.png",
53-
"thumbnail_url": "https://i.imgur.com/l3uzJwD.png"
54-
},
55-
"leveling": {
56-
"repository": "papiersnipper/modmail-plugins",
57-
"branch": "master",
58-
"description": "A leveling system for your server: see who's active and who's not.",
59-
"bot_version": "2.20.1",
60-
"title": "Leveling Plugin",
61-
"icon_url": "https://i.imgur.com/VuZ60QX.png",
62-
"thumbnail_url": "https://i.imgur.com/VuZ60QX.png"
63-
},
64-
"purger": {
65-
"repository": "papiersnipper/modmail-plugins",
66-
"branch": "master",
67-
"description": "Delete multiple messages at a time.",
68-
"bot_version": "2.20.1",
69-
"title": "Purger Plugin",
70-
"icon_url": "https://i.imgur.com/HnC42jM.png",
71-
"thumbnail_url": "https://i.imgur.com/HnC42jM.png"
72-
},
73-
"supporters": {
74-
"repository": "papiersnipper/modmail-plugins",
75-
"branch": "master",
76-
"description": "Let your users know who is part of the support team.",
77-
"bot_version": "2.20.1",
78-
"title": "Supporters Plugin",
79-
"icon_url": "https://i.imgur.com/1QXRutA.png",
80-
"thumbnail_url": "https://i.imgur.com/1QXRutA.png"
81-
},
8237
"announcement": {
8338
"repository": "officialpiyush/modmail-plugins",
8439
"branch": "master",

0 commit comments

Comments
 (0)