TinyScarletUnicorn / tsu-cogs

MIT License
0 stars 4 forks source link

Add pagification to droploc #122

Open ethannp opened 1 year ago

ethannp 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!