Cómo agregar múltiples argumentos en los comandos de discordia reescribir

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