此错误总是在触发器的消息中弹出
Request failed for https://discordapp.com returned code 400. Truncated server response: {"message": "Cannot send an empty message", "code": 50006} (use muteHttpExceptions option to examine full response).
at onSubmit(Code:53)发布于 2019-12-05 22:40:54
将"contentType": "application/json",添加到脚本内的选项中,它应该会再次工作。
https://stackoverflow.com/questions/59147762
复制相似问题