my code is on down and I'm getting error 'SyntaxError: invalid syntax' on args
@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')