You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
The text was updated successfully, but these errors were encountered:
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
statbot/statbot/crawler.py
Line 159 in 8113710
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).The text was updated successfully, but these errors were encountered: