-
Notifications
You must be signed in to change notification settings - Fork 7
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
↗️ Improvement: Access private Channel using password #30
Comments
There should be an option to limit the usage of a password to e.g. 10 usages so that max 10 people can join |
The whole thing should be based on slash commands - which raises the question which library to use... |
Consider using the Move System of Discord.
Permission to give the Owner: "move_members" |
Hey, this seems like an idea that might be able to consider. The downsides:
The positives:
What's needed:
This would only be needed for the private channels as far as I can tell. It might be also an option to give the creators the option to spawn a custom lobby for their channel on command... |
Creator of a private channel can set a password using e.g.
f!lock password
(or is it auto generated and sent to him/her?)Members can enter the password e.g.
f!unlock password
The bot will delete this message (maybe even sent to bot via dm?)
Bot will add this member to permission overwrites so he/she can join the channel
Feature should be available for private channels and stage channels when included in bot.
Maybe the PW even gives the member permissions to speak in stage channels? (optional)
The text was updated successfully, but these errors were encountered: