mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 22:57:27 +00:00
Merge branch 'dev'
This commit is contained in:
commit
b83f9cedd9
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ class MsG:
|
||||||
|
|
||||||
except exc.GoTo:
|
except exc.GoTo:
|
||||||
await paginator.edit(content=f'`{c} / {len(posts)}`')
|
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:
|
if int(number.content) != 0:
|
||||||
c = int(number.content)
|
c = int(number.content)
|
||||||
|
|
Loading…
Reference in a new issue