-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support channel permission unions for plugins #711
Comments
This is intended Channel permission is checked here at runtime Channel types are defined by name in Constants.ts However, I would be down for changing the way this is defined as it could be useful to have a channel with multiple types |
for some historic context- we defined bot commands as not a public chan because we didn't want to start conversation in that channel/wanted to keep the messages sent in that chan strictly for class registration/garage status. we believed commands that lean more social should stick to the other public chans |
Agree with this |
Or maybe less intrusively, the ability to union types for a certain plugin public permission: ChannelType = [ChannelType.Public, ChannelType.Bot]; |
8ball
in #bot-commands
I think 8ball should work in #bot-commands. Once I finish rewriting it, I will fix this bug myself if it still exists.
The text was updated successfully, but these errors were encountered: