diff --git a/src/main/cogs/booru.py b/src/main/cogs/booru.py index 8b98ae8..c3c35fd 100644 --- a/src/main/cogs/booru.py +++ b/src/main/cogs/booru.py @@ -895,7 +895,7 @@ class MsG: except exc.GoTo: await paginator.edit(content=f'`{c} / {len(posts)}`') - number = int(await self.bot.wait_for('message', check=on_message, timeout=7 * 60)) + number = await self.bot.wait_for('message', check=on_message, timeout=7 * 60) if int(number.content) != 0: c = int(number.content)