def allow(self, member_or_role):
read_permit = discord.PermissionOverwrite()
read_permit.read_messages = True
await self.client.edit_channel_permissions(self.channel, member_or_role, read_permit)
# Restrict the member from seeing the necrobot
评论列表
文章目录