modmailbot icon indicating copy to clipboard operation
modmailbot copied to clipboard

Replit Logs Issue

Open Thisisnotharry opened this issue 4 years ago • 1 comments

I host the modmail bot on Repl.it, and everything works smoothly, apart from the logs.

I don't see any way to change the default URL of the logs, it just sends something such as (random-IP-here)/logs/(log-id) I would like to know if there is a way I can change the (random-IP-here) to the repl hosting link - or any link for that matter - as I have found manually changing the IP to the repl link in the address bar fixes this issue, but is a bit of a pain.

Help would be appreciated. I apologise if I am asking this in the wrong place but I am new to this.

Thisisnotharry avatar Jul 03 '21 14:07 Thisisnotharry

You can use the url option to configure what's shown instead of (random-IP-here)! For example:

url = http://myproject.myusername.repl.it

Dragory avatar Jul 03 '21 15:07 Dragory