Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Allow users that register using the "!register all" command to automatically access new classes when they are added #58

Open
xNul opened this issue Feb 4, 2019 · 1 comment

Comments

@xNul
Copy link

xNul commented Feb 4, 2019

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?

@serspencer
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants