Jak dodać wiele argumentów w poleceń niezgody

@bot.command()
async def args(ctx, arg1, arg2):
    await bot.say('You sent {} and {}'.format(arg1, arg2))
Clean Chinchilla