lyteloli / NekoGram

A wrapper over AIOGram that makes creation of Telegram bots even easier
MIT License
35 stars 4 forks source link

Pagination not working properly #1

Closed lyteloli closed 11 months ago

lyteloli commented 1 year ago

When calling await data.add_pagination(offset=offset, found=found, limit=10, shift_last=x) for x > 2, a complete mess occurs.

lyteloli commented 11 months ago

Fixed in 05a22ae