-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
add auto voicechannel feature #357
Conversation
cannel => channel
fixed typo
Fixed some typos in README
Fixed some more typos
Release 1.31.0
Man, that looks awesome. Thank you very much for the contribution! 😍 I will test around a bit with your implementation later today, but looks very good as what I've seen already. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Thanks for the thorough review! 😄I will be working on your suggestions! |
Looks very goo.d Thank you for your awesome contribution. ^^ |
Hello! I really like this bot and wanted to contribute a feature. 😊
When I was checking out the discussions for possible features to implement, I came across the auto voicechannel feature.
Short description of the feature:
Some voicechannels can be set as 'auto voicechannels'.
When a member joins this channel, a custom voicechannel will be created for them.
When they leave this channel, it gets removed again.
For this feature I have implemented the following commands:
autovc add #voicechannel
autovc remove #voicechannel
autovc purge
autovc show
and the following permissions:
sp.guild.config.autochannel
sp.chat.autochannel
The current behavior is the following:
Some things that might be nice to add:
Let me know what you think! 👋