Eric Chi·FollowDec 14, 2020--1ListenShareCommands 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.