내 코드는 아래에 내가 오류 '구문 에러를 : 유효하지 않은 구문을'받고 있어요 항상 매개 변수의 끝에 와서 인수Discord Python이 내 코드에 문제가 있습니까?
@client.command(pass_context=True)
async def render(*args, message):
"""Renders A Growtopia World"""
mesg = ' '.join(args)
await client.say(":earth_americas: World Render:")
return await client.say('https://www.growtopiagame.com/worlds/'mesg'.png')