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

No Output using jsk sh #122

Closed HQGamerimkarton closed 2 years ago

HQGamerimkarton commented 3 years ago

Summary

If i use "jsk sh python3.9 -V" as example, i dont get any output.

Reproduction steps

X

Expected results

I get a Message with: "Python 3.9.4" and a white checkmark on the Context Message.

Actual results

No Message, just a white checkmark on the Context Message.

Checklist

System information

scarletcafe commented 3 years ago

This is most likely a permissions issue rather than an issue with jishaku itself. Can you check if your bot is capable of sending messages in the channel you're executing this in? The necessary permissions should always be available if you execute jishaku as part of a DM with your bot, so doing that would be a good test to see whether this is just something that applies to where you're using it.

scarletcafe commented 2 years ago

At the moment, this issue is inactionable since it lacks the information required to fix it. I'm going to assume as before that this is some kind of permissions issue since I haven't seen this be replicated elsewhere. Reopen or create a new issue if it's still a problem.