在 MongoDB 中存储 @discordjs/voice VoiceChannel

Storing @discordjs/voice VoiceChannel in MongoDB

我正在尝试将 @discordjs/voice VoiceChannel 对象存储在 MongoDB 数据库中,但这样做会导致 Error: cyclic dependency detected。那么有人知道这样做的方法吗?或者如果我可以存储频道 ID 然后获取语音频道?我没有在@discordjs/voice 中找到任何允许从 ID

获取语音通道的函数

没关系。我发现如果你在语音通道上使用 client.channels.fetch 它实际上会 return 一个 VoiceChannel 而不是它所说的文档中的 Channel。