Minor re-write to explicitly pull user roles #232
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#232
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In response to #229, I should rewrite the logic at
tasks/temp_role_monitor.py,cogs/temp_role.py, andcogs/edit_role.pyto explicitly pull the list of roles the user has rather than relying on the native cache.Network instability events cause this cache to be corrupted. This will hopefully mitigate against that.
Addressed by #234. Documentation updated. Closing.