You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.
At the moment, I believe the bot simply adds the permissions for every single channel to a user when they specify !register all, but when a user registers like this, they want to see all the channels on the discord server. This includes new classes that are added in the future.
I propose a feature that enables users that specify !register all to see all classes in perpetuity. I don't know all of the capabilities of discord server management or this bot, but would this be possible?
The text was updated successfully, but these errors were encountered:
Using discord.on_guild_channel_create(channel) it may be possible. Member who use !register all would need a special identifier so the bot knows who has used the command. More than likely give them a role and then anytime the discord.on_guild_channel_create(channel) is invoked anyone with the role gets automatically added. Someone may be able to confirm or deny this before I can test but that is my proposed idea.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment, I believe the bot simply adds the permissions for every single channel to a user when they specify
!register all
, but when a user registers like this, they want to see all the channels on the discord server. This includes new classes that are added in the future.I propose a feature that enables users that specify
!register all
to see all classes in perpetuity. I don't know all of the capabilities of discord server management or this bot, but would this be possible?The text was updated successfully, but these errors were encountered: