From da38583463d50b0030925d84e4c999db977427e0 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sat, 26 Dec 2020 05:23:01 -0500 Subject: [PATCH] Update the_prestige.py added a *single space* --- the_prestige.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"])