khl.py icon indicating copy to clipboard operation
khl.py copied to clipboard

fix(command): fix incorrect param check for Parser.register

Open Yqloss opened this issue 1 year ago • 0 comments

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

Yqloss avatar Jun 22 '24 04:06 Yqloss