feat(arabot): add TODO in rolesJoinServer.ts

This commit is contained in:
smyalygames 2023-03-18 02:19:16 +00:00
parent dad062d69a
commit ade11e5abd

View File

@ -99,6 +99,8 @@ export class RolesJoinServerListener extends Listener {
&& privateCategory.type === ChannelType.GuildCategory) {
await this.privateRun(member.id, privateCategory, member.guild);
}
// TODO add access back to diversity team
}
private async restrictRun(userId: Snowflake, category: CategoryChannel, guild: Guild) {