We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a55dc6 commit 50c440fCopy full SHA for 50c440f
bot.py
@@ -1214,7 +1214,7 @@ async def post_metadata(self):
1214
else:
1215
data.update({"owner_name": info.owner.name, "owner_id": info.owner.id, "team": False})
1216
1217
- async with self.session.post("https://api.logviewer.tech/metadata", json=data):
+ async with self.session.post("https://api.modmail.dev/metadata", json=data):
1218
logger.debug("Uploading metadata to Modmail server.")
1219
1220
async def before_post_metadata(self):
0 commit comments