scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
541 stars 181 forks source link

Cat command issue. #103

Closed akaKawasaki closed 2 years ago

akaKawasaki commented 3 years ago

So essentially, when you try changing pages, the pages don't change. if i press the reaction to get the next page, it doesn't change.

scarletcafe commented 3 years ago

Please use the issue template next time.

If you're using jishaku 2.0 (I can't tell because you didn't fill out the issue template), the behavior of cat has been changed to upload the file instead. This behavior will likely be tweaked since, despite its claim to display the "whole file", Discord has actually decided to truncate at around 50000 characters:

If you're not using 2.0, then the problem lies in one of these places:

akaKawasaki commented 3 years ago

My jishaku is stuck on 1.20.

i keep updating it, but it doesnt change?

scarletcafe commented 2 years ago

This issue is pretty old and I have a feeling it no longer applies anymore. If it somehow does, you can reopen this, but as of a while file uploads have become the standard handling for cat and PaginatorInterface uses Views instead of reactions now, anyway.