TsubakiBotPad / pad-cogs

Cogs for a Discord bot related to the mobile game Puzzle & Dragons
MIT License
10 stars 2 forks source link

Add pagification to droploc #1915

Open chasehult opened 1 year ago

chasehult commented 1 year ago

We're just ctx.sending the message when we should be for page in pagify(message): await ctx.send(page)ing it!