是否可以让一个 Discord bot DM 另一个 bot?

Is it possible to have one Discord bot DM another bot?

我正在构建一个 automated test bot 来测试我的 main bot 的命令。一切正常,除了我的 test bot 似乎无法接收来自 main bot.

的 DM

我目前正在使用 discord.js

message.author.send('test dm from one bot to another')

并得到错误:

DiscordAPIError: Cannot send messages to this user

是否有机器人设置或可能的解决方法,以便我可以测试我的机器人的 DM 功能?

两个机器人都可以很好地接收用户的 DM。

目前,我认为机器人不可能向另一个机器人发送 DM。