Eric Chi
Dec 14, 2020

--

Commands do accept *kwargs indeed. You can do something along the lines of this:

`async def function_name(ctx, *kwargs):`

This should give you a list of arguments based on what the user puts in the command parameters.

--

--

Eric Chi
Eric Chi

Written by Eric Chi

Passion for learning, teaching, and helping others understand the world of software. Currently working @ Apple

Responses (1)