也许标题不清楚。但我希望说明足够清楚。 例如
@client.command()
async def info():
# the bot will embed
#in the first line the bot will say 'There is'
#and in the second line the bot withh say 'hah'
像这样
答案 0 :(得分:0)
只需在描述中添加换行符即可:
await client.say(embed=Embed(description='there is\nhah'))