diff --git a/redbot/core/utils/menus.py b/redbot/core/utils/menus.py index 43665569d947..abcf307573bd 100644 --- a/redbot/core/utils/menus.py +++ b/redbot/core/utils/menus.py @@ -102,7 +102,6 @@ async def menu( The time (in seconds) to wait for a reaction user: Optional[discord.User] The user allowed to interact with the menu. Defaults to ctx.author. - This is a keyword-only argument. Raises ------