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.
2 parents b596dd0 + 3b42de3 commit 6440fd9Copy full SHA for 6440fd9
bot.py
@@ -1151,7 +1151,7 @@ async def post_metadata(self):
1151
"last_updated": str(datetime.utcnow()),
1152
}
1153
1154
- async with self.session.post("https://api.modmail.tk/metadata", json=data):
+ async with self.session.post("https://api.logviewer.tech/metadata", json=data):
1155
logger.debug("Uploading metadata to Modmail server.")
1156
1157
async def before_post_metadata(self):
0 commit comments