-
-
Notifications
You must be signed in to change notification settings - Fork 751
AttributeError: 'NoneType' object has no attribute 'fetch_message' #2010
Copy link
Copy link
Labels
a: moderationRelated to community moderation functionality: (moderation, defcon, verification)Related to community moderation functionality: (moderation, defcon, verification)good first issueGood for newcomersGood for newcomersp: 2 - normalNormal PriorityNormal Prioritystatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvalt: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: moderationRelated to community moderation functionality: (moderation, defcon, verification)Related to community moderation functionality: (moderation, defcon, verification)good first issueGood for newcomersGood for newcomersp: 2 - normalNormal PriorityNormal Prioritystatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvalt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sentry Issue: BOT-9M
This is caused by the on_raw_message_edit triggering before the guild cache is ready.
A fix for this would be to add a
await self.bot.wait_until_guild_available()to all events that rely on channel cache to be ready.