Update the_prestige.py
added a *single space*
This commit is contained in:
parent
38d108e36b
commit
da38583463
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user