Discord Bot Python 2.6(如何通过嵌入来造句)

时间:2018-10-18 13:07:53

标签: python-3.6 discord.py

也许标题不清楚。但我希望说明足够清楚。 例如

@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'

像这样

1 个答案:

答案 0 :(得分:0)

只需在描述中添加换行符即可:

await client.say(embed=Embed(description='there is\nhah'))