私のコードはダウンであると私はエラー「にSyntaxErrorを:無効な構文」を取得しています常にパラメータの終わりに来る引数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')