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

Posted

技术标签:

【中文标题】Discord Bot Python 2.6(如何通过嵌入造句)【英文标题】:Discord Bot Python 2.6 (How to make a sentence by embed) 【发布时间】:2019-03-23 07:23:42 【问题描述】:

可能标题不清楚。但我希望描述足够清楚。 例如

@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】:

只需在描述中添加一个换行符:

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

【讨论】:

以上是关于Discord Bot Python 2.6(如何通过嵌入造句)的主要内容,如果未能解决你的问题,请参考以下文章

如何添加超时,python discord bot

如何将多个参数插入discord bot命令python

如何在 python discord bot 中获取用户输入?

Discord BOT python,如何在特定用户编写命令时发送消息

Python discord bot如何将消息与列表进行比较

如何让基于 Python 的 Discord Bot 随机播放不同的声音?