fixed another typo

This commit is contained in:
Sakimori 2020-12-26 04:51:43 -05:00
parent 9bc5f4a057
commit d8a1817bfd

View File

@ -543,7 +543,7 @@ async def team_pages(msg, all_teams):
current_page += 1 current_page += 1
await teams_list.edit(embed=pages[current_page]) await teams_list.edit(embed=pages[current_page])
except asyncio.TimeoutError: except asyncio.TimeoutError:
await message.channel.send("We hope you found what you were looking for. If not, you can always look again.") await msg.channel.send("We hope you found what you were looking for. If not, you can always look again.")
return return