TypeError: play() missing 1 required keyword-only argument: 'url'
async def play(ctx, *, command = None, url):
@commands.command()
async def play(self, ctx: commands.Context, url: str, *args: str):
'''Adds a song to the queue either by YouTube URL or YouTube Search.'''
@client.command()
async def play(ctx, url : str):