diff --git a/the_prestige.py b/the_prestige.py index 29385fc..6906df7 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -517,7 +517,7 @@ async def team_pages(msg, all_teams, search_term=None): pages = [] page_max = math.ceil(len(all_teams)/25) if search_term is not None: - title_text = f"All teams matching\"{search_term}\":" + title_text = f"All teams matching \"{search_term}\":" else: title_text = "All Teams" @@ -555,4 +555,4 @@ async def team_pages(msg, all_teams, search_term=None): -client.run(config()["token"]) \ No newline at end of file +client.run(config()["token"])