This commit is contained in:
Zeva Rose 2022-02-02 14:32:57 -07:00
parent 98cea4a4e6
commit 748bda1c73

View file

@ -243,7 +243,7 @@ class RolegiverCog(commands.Cog):
context = await wait_for_component( context = await wait_for_component(
self.bot, self.bot,
check=lambda x: ctx.author.id == x.author.id, check=lambda x: ctx.author.id == x.author.id,
message=message, messages=message,
timeout=60 * 5, timeout=60 * 5,
) )