【发布时间】:2018-03-09 10:21:35
【问题描述】:
我的代码已关闭,我在 args 上收到错误“SyntaxError: invalid syntax”
@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')
【问题讨论】: