Closed amindadgar closed 10 months ago
Until now, We've updated the codes to support this schema
{
name: 'hivemind',
communityId: ObjectId('1234'),
options: {
platforms: [
{
platformId: ObjectId('1234'),
options: {
channels: ['1234', '4321'],
roles: ['roleId#1'],
users: ['userId#1'],
}
}
]
}
}
In this PR we're trying to add
modules
table ofModule
database.