jishaku icon indicating copy to clipboard operation
jishaku copied to clipboard

A debugging and testing cog for discord.py rewrite bots.

Results 30 jishaku issues
Sort by recently updated
recently updated
newest added

## Summary After upgrading my Production and Development instances of the Jishaku library to the latest version (whether that be v2.5.0 itself or using the latest master branch version), I...

## Summary ## Reproduction steps The condition that the bug occurs is in the title. Code: import discord import logging from discord.ext import commands from jishaku.features.baseclass import Feature from jishaku.cog...

It would be great if there is a jsk restart command that can restart the bot for us.

## The Problem Able to run `txt` files `!jsk py [attachment]` ## The Ideal Solution None ## The Current Solution None ## Summary Read the problem

## The Problem Currently you can enable, disable or set the scope prefix to one character but I have seen people want both the `_` prefix and without that. Currently...

## Summary My `jsk` command keeps erroring when I run the root command, and it seems to be a problem with the `package_version` function used to determine Jishaku's version as...

## The Problem I ran into a weird case by putting an exclamation mark in my command: ``` !jsk py os!.walk ``` This seems to import os and then returns...

insufficient documentation

## Summary jsk sh pip is not working ## Reproduction steps jsk sh pip --version jsk sh pip3 --version If you execute either of the above two codes, `[status] Return...

needs more info

## The Problem I want to be able to use _bot and bot varaibles in jsk py, I looked at docs, there doesn't appear to be a way I know...

## The Problem Very frequently, I will write a long eval code and come across some error. This means I have to copy+paste my code, fix the error, and then...