jishaku
jishaku copied to clipboard
Optional option for _bot and bot in jishaku py
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 of.
The Ideal Solution
The Current Solution
Summary
I Just want to make it possible to run
_bot.user
or
bot.user```
a.k.a both, anyone have a way to do it, that's not unefficent?
I know it sounds dumb, but I just want to make it possible for myself to use both.
okay quick question, is it possible that I could get a flag to allow both _bot and bot, so I don't have to keep jishaku subclassed for this feature?
It does mildly confuse me why you'd want this. It's not exactly hard to implement, I just am unsure on why you wouldn't commit to one or the other for consistency.
Personally it doesn't mind me much, but People tend to try to your jsk code sometimes and I just want this so I have a lib default for it, it's cause people sometimes are curious what you are doing but they don't have the same repl as you having both allows you to use either one, so it's easier to just test it out? it was just because it was easier for others and me to learn stuff from jsk.
#176 is pretty much a duplicate of this, except it requests a more configurable system.