From d8a1817bfd53e51c32268e27c483d87c7c93e9e5 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sat, 26 Dec 2020 04:51:43 -0500 Subject: [PATCH] fixed another typo --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index a963c83..df7206a 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -543,7 +543,7 @@ async def team_pages(msg, all_teams): current_page += 1 await teams_list.edit(embed=pages[current_page]) 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