diff --git a/jarvis/cogs/rolegiver.py b/jarvis/cogs/rolegiver.py index fbeaa4a..f4e076c 100644 --- a/jarvis/cogs/rolegiver.py +++ b/jarvis/cogs/rolegiver.py @@ -111,7 +111,7 @@ class RolegiverCog(Scale): context = await self.bot.wait_for_component( self.bot, check=lambda x: ctx.author.id == x.author.id, - message=message, + messages=message, timeout=60 * 1, ) for to_delete in context.context.values: