Skip to content

Update voice permissions - #161

Merged
jeremy-rifkin merged 3 commits into
TCCPP:mainfrom
michael-kenzel:voice-permissions
May 14, 2025
Merged

Update voice permissions#161
jeremy-rifkin merged 3 commits into
TCCPP:mainfrom
michael-kenzel:voice-permissions

Conversation

@michael-kenzel

@michael-kenzel michael-kenzel commented May 13, 2025

Copy link
Copy Markdown
Contributor

and move permissions-manager.ts into tccpp module

@jeremy-rifkin jeremy-rifkin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking the time to do this, one comment

deny: [Discord.PermissionsBitField.Flags.ViewChannel],
},
[this.wheatley.roles.voice_deputy.id]: { allow: [Discord.PermissionsBitField.Flags.ViewChannel] },
["331876085820030978"]: { allow: [Discord.PermissionsBitField.Flags.ViewChannel] }, // Intermediate

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["331876085820030978"]: { allow: [Discord.PermissionsBitField.Flags.ViewChannel] }, // Intermediate
[this.wheatley.skill_roles.intermediate.id]: { allow: [Discord.PermissionsBitField.Flags.ViewChannel] },

etc would be good

@michael-kenzel michael-kenzel May 13, 2025

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should have noted: reason I didn't do this is because it would conflict with #148, and the plan was that this would not be tied to skill roles in the long run anyways. But could do for now, just wanted to avoid adding new stuff that will need to be changed in the near future.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline, will change so that we don't forget to fix later

@jeremy-rifkin
jeremy-rifkin merged commit 34020a8 into TCCPP:main May 14, 2025
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants