How would I get every text and voice channel and denying @ everyone to read it, and then allowing another role to read and send?
问题 I wondered how when the bot is added to a guild, I can make it get every text and voice channel and then deny @ everyone access to read it, but then allow another role called 'Verified' to read it? I am using the rewrite version of Discord.py EDIT: I found how to change the permissions using await message.channel.set_permissions(message.author, read_messages=True, send_messages=False) But I still don't know how to apply this on every channel 回答1: Posting this here for others, even though you