Skip to content

Crawler doesn't crawl unless Read Message History perms are explicitly granted #63

Description

@robstolarz

Repro: point statbot at a guild containing channels that don't have Read Message History explicitly granted to a bot user. The crawler will ignore those channels.

Consider

if channel.permissions_for(guild.me).read_message_history:

Replacing this conditional with True will cause the crawler to start indexing those channels again (although it will then fail on channels it can't read).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions