From b05e4c221294986e152973d26af0940f35f875ef Mon Sep 17 00:00:00 2001 From: Jonx Date: Thu, 20 May 2021 03:50:26 -0700 Subject: [PATCH] Fix typo in help menu timeout message --- solaris/utils/menu/menus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solaris/utils/menu/menus.py b/solaris/utils/menu/menus.py index b88fec3..0a0766e 100644 --- a/solaris/utils/menu/menus.py +++ b/solaris/utils/menu/menus.py @@ -47,7 +47,7 @@ async def timeout(self, length): else: await self.message.clear_reactions() await self.message.edit( - content=f"{self.bot.info} The interactive menu timed out as there was no user interation for {length}.", + content=f"{self.bot.info} The interactive menu timed out as there was no user interaction for {length}.", embed=None, )