GrafeasGroup / buttercup

Our personal assistant in Discord
MIT License
5 stars 2 forks source link

Fix pagination not working for `/search` results #164

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: Closes #163

Description:

While implementing an optimization I accidentally broke the pagination. Instead of caching only responses with multiple pages, it cached only responses with a single page. Thus, when reacting, the message was never in the cache.

Checklist: