寻找 NodeJS Discord Bot 命令列表

Looking for a NodeJS Discord Bot command list

我最近学习了一些 NodeJS,因为我想尝试制作一个不和谐的机器人,但是我很难找到命令。

例如,我尝试在 if 语句中使用 message.author,但没有意识到我没有使用 message.author 的错误.tag 直到搜索了很长时间。

我查看了 Discord 文档,但找不到那个和我正在寻找的其他命令,如果有人可以 link 我将不胜感激,我将获得一份 Discord Bot NodeJS 命令列表.

提前致谢!

命令是什么意思?据我所知 discord.js 有一个全面的文档。 例如:https://discord.js.org/#/docs/main/stable/class/Message?scrollTo=author you see that message.author is of type user (https://discord.js.org/#/docs/main/stable/class/User),它可以访问以下方法(仅部分):

removeFriend
send
sendCode 
sendFile
sendMessage

等等。