You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(command): fix incorrect param check for Parser.register (#236)
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
0 commit comments