pacapon / StyroBotPy

Python version of my custom DiscordBot, based on Rapptz discord.py
MIT License
2 stars 0 forks source link

Allow plugins and commands to provide a custom lambda for parsing arguments #24

Closed zylozs closed 7 years ago

zylozs commented 7 years ago

When parsing arguments for a command, instead of always using spaces, it should use a function/lambda (which by default does spaces) which can be overriden by the Plugin and the individual command to parse it as needed. This way a plugin could parse it however it wants.

zylozs commented 7 years ago

Added when i implemented the command refactor