diff --git a/coroutines/bbj.py b/coroutines/bbj.py index 4880019..2502dcc 100644 --- a/coroutines/bbj.py +++ b/coroutines/bbj.py @@ -48,7 +48,7 @@ class BBJ: body = reply.get("body", "") body = sub(r">>\d\n\n", r"", body) body = sub(r"\n", r" ", body) - php = "https://bbj.tilde.team/index.php" + php = "https://bbj.tildeverse.org/" link = "{}?thread_id={}".format(php, thread_id) for channel in self.channels: response = "'{}' ({}) : {} <{}>".format(title, username, body, link) @@ -86,4 +86,4 @@ class BBJ: for thread in threads: callback(thread) except HTTPError: - return \ No newline at end of file + return