Aroymart
Aroymart
Thank you both for the feedback! Naming is by far my least favorite part about programming so this is helpful. > I'd be for --style instead of --theme. I do...
> I'd prefer the latter as the former would cause --presets to override --styles I'm afraid I don't understand what you're saying. The former would specifically be all `--styles` overriding...
> Yep, whereas the first would have any --style to the left of a --preset would be overridden. But the First/Former one was "should all --style override --presets" while the...
I figured out where my confusion was, sorry about that! I'm a bit stuck on some organization matters though -- Most every flag currently in mgbdis is already a style...
I think fe43fd2 shows that I wasn't prepared to do much more complex python than the first few commits lol. I tried to do something similar to what argparse already...
With the latest commit I've made it so you can actually pass style options in through arg parse (not that they work). However, since it uses `nargs='+'`, it causes issue...
I personally prefer using an underscore, but I understand and agree that it makes sense not to since text currently does not use underscores to separate things. I think we...
Would it be possible to have the command responses go to the person that DM'd it or would that require adding extra channel IDs? I DM'd my bot the `snapshot`...