diff --git a/GeoffreyBot/geoffrey_formatter.py b/GeoffreyBot/geoffrey_formatter.py index 083a421..d1d30ba 100644 --- a/GeoffreyBot/geoffrey_formatter.py +++ b/GeoffreyBot/geoffrey_formatter.py @@ -88,7 +88,7 @@ def formatted_location_info(location, base_url): info.append(formatted_location(location)) - info.append(get_full_link(base_url, location["link"])) + info.append("<{}>".format(get_full_link(base_url, location["link"]))) return info