khl.py
khl.py copied to clipboard
fix(command): fix incorrect param check for Parser.register
Change the requirements from non-async and only one str param, to regardless of async and either (str) or (Message, Client, str) param types. Since this feature was broken, there would be no incompatibilities.
Closes #235