尝试创建一个 Discord webhook,并在代码中分配了头像和用户名

Posted

技术标签:

【中文标题】尝试创建一个 Discord webhook,并在代码中分配了头像和用户名【英文标题】:trying to create a Discord webhook, with the avatar and username assigned inside the code 【发布时间】:2021-05-28 10:31:19 【问题描述】:

我正在。

这是我到目前为止的代码。我不知道这之前或之后会发生什么。


  "username": "Webhook",
  "avatar_url": "https://i.imgur.com/4M34hi2.png",
  "content": "Text message. Up to 2000 characters.",

【问题讨论】:

【参考方案1】:

您可以改为create the webhook from Discord's GUI(参见“制作 Webhook”部分)吗?

如果您需要以编程方式执行此操作,您能否确认您正在向 /channels/channel.id/webhooks 发送 POST 请求并具有 MANAGE_WEBHOOKS 角色,每个 webhook resource?该文档还仅将 nameavatar 显示为创建 webhook 请求的字段。

【讨论】:

以上是关于尝试创建一个 Discord webhook,并在代码中分配了头像和用户名的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 Discord.js 发布到 Discord Webhook(代码 400 错误请求)?

discord.py,使用 webhook 在所有通道中发送消息

SyntaxError: Unexpected Identifier when using discord-webhooks / javascript

SonarQube 不会向 Discord webhook 发送通知

如何从 Discord (webhook) 上的嵌入消息中读取特定文本

如何在基于 webhook 和角色的 JS 中修复复杂的 Discord 命令