How store discord guild channel to database?

前端 未结 0 1989
北恋
北恋 2021-01-30 18:17

I try to save voice channel object into database using monk:

collection.update(
   { guild: message.guild.id },
   { $set: {
            vc: message.member.voice.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题