Vioshim
Vioshim
## Summary This allows FlagConverters to be used after the first text expression, for example ```py class HandleText(FlagConverter, prefix="--", delimiter=" "): text: str = commands.flag(positional=True) flip: bool = False @bot.bridge_command()...
## Rationale The function requires the bot's tree for working accordingly. Not ready for merging in master but rather once user apps merges with the main branch. ## Summary of...
### Hello, good evening Google devs. **Is your feature request related to a problem? Please describe.** > I've been a big fan of this API and being able to use...
## Rationale Through the new positional parameter in flags, it's possible to keep the traditional syntax yet being able to add the removing commands functionality, allowing us to remove each...