Forgot await...
This commit is contained in:
parent
05536052e9
commit
714d5cd229
@ -300,7 +300,7 @@ class Book:
|
|||||||
and 0 < int(message.content) < self._len_pages
|
and 0 < int(message.content) < self._len_pages
|
||||||
|
|
||||||
try:
|
try:
|
||||||
msg = self._bot.wait_for('message', timeout=30, check=num_check)
|
msg = await self._bot.wait_for('message', timeout=30, check=num_check)
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
await m.edit(content='Message Timed out.')
|
await m.edit(content='Message Timed out.')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user