def get_raid_members(channel): """Gets the raid members in this channel.""" return [target for target, _ in channel.overwrites if isinstance(target, discord.User)]