discord.js

编程入门 行业动态 更新时间:2024-10-22 23:42:58
本文介绍了discord.js |回复邮件(带有回复修饰的实际回复)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

最近,Discord添加了新功能,当用户对邮件进行回复时,它会对其进行引用,并在回复者的个人资料图片和原始发件人的个人资料图片和消息之间添加一小行,如此处所示(我回复机器人发出的消息):

Recently, Discord added new functionality that when a user replies to a message, it quotes it and adds a little line that the replier's profile picture with the original sender's profile picture and message, as seen here (me replying to a message from a bot):

是否可以使用Discord.js做到这一点?

Is it possible to do it with Discord.js?

当前,我使用 message.reply()没问题,但是漫游器只是发送一条消息,而不是实际答复(发送答复类型"消息),这是我通过应用的GUI手动回复消息时显示的内容(如上所示).

Currently, I've no problem using message.reply(), however the bot just sends a message, rather than actually reply to it (sends a "reply-typed" message), which is what is shown when I reply to a message via the app's GUI, manually (as shown above).

推荐答案

djs模块的维护者已在官方djs服务器的常见问题解答频道中对此发表了评论.预期仅在版本13中实现此功能,如果要实现此功能,则必须派生djs并编写自己的回复代码以使用消息引用参数

The maintainers of the djs module have made a comment about this in the official djs server's faq channel. This feature is expected to be implemented only in version 13, if you want to implement this you have to fork djs and write your own reply code to use the message reference parameter in the official discord API gateway

更多推荐

discord.js

本文发布于:2023-06-08 21:27:27,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/589353.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:discord   js

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!