-
-
Notifications
You must be signed in to change notification settings - Fork 751
Async function remove_cog not awaited #2281
Copy link
Copy link
Closed
Labels
a: moderationRelated to community moderation functionality: (moderation, defcon, verification)Related to community moderation functionality: (moderation, defcon, verification)p: 3 - lowLow PriorityLow Priorityt: 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)p: 3 - lowLow PriorityLow Priorityt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
If you take a look at this line
bot/bot/exts/moderation/watchchannels/_watchchannel.py
Line 131 in 71fbd5a
You'll see that the remove_cog async func isn't awaited.