【发布时间】:2021-02-14 14:16:09
【问题描述】:
我在content 字段中的内容只是作为原始文本发送。 username 和 avatar_url 字段有效。
Zap Setup
What the webhook posts in Discord
【问题讨论】:
我在content 字段中的内容只是作为原始文本发送。 username 和 avatar_url 字段有效。
Zap Setup
What the webhook posts in Discord
【问题讨论】:
根据the Discord docs,content 是一个包含消息文本的字符串。 embed 是传递嵌入对象时使用的键。我认为您需要将 content 键替换为 embed 并更改值以提升当前位于 embeds 数组中的对象。
【讨论】:
embed 返回错误“无法发送空消息”。在单独的字段中使用 embed 和 content 仅返回 content 字段中的内容。使用 embeds 返回“错误请求”错误。