Discord API 返回错误 50006:无法发送空消息

时间:2021-06-08 12:03:55

标签: json discord postman webhooks insomnia

我想使用 webhooks 和 JSON 发送多条消息,但 Discord API 返回错误 50006“无法发送空消息”。

我的标题提到内容类型是 JSON,这是我的代码:

{"messages":{

    "message1": [

        {   "username": "Dino",
            "content": "Test1"
        }
    ],
    "message2": [
        {"username": "Dino",
            "content": "Test2"
        }
    ]
}
}

我做错了什么?

0 个答案:

没有答案