Skip to content

Commit 50c440f

Browse files
authored
Update bot.py
1 parent 2a55dc6 commit 50c440f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

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

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

12201220
async def before_post_metadata(self):

0 commit comments

Comments
 (0)