Panini-Devs / bismarck

Multipurpose discord bot written in rust!
GNU General Public License v3.0
5 stars 5 forks source link

Pagination of Warnings command #25

Closed paninizer closed 5 months ago

paninizer commented 5 months ago

Currently chunks implementation to paginate warnings command to avoid embed character overflow.

Iterating through the chunk is an issue and this needs further work, currently stashing changes until a solution can be devised.

paninizer commented 5 months ago

Reworked the command and works as expected.