Fix typo
This commit is contained in:
parent
98cea4a4e6
commit
748bda1c73
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue