Explicit member pull for relevant files #234

Merged
sirdog3355 merged 1 commit from enhance/explicit-role-pull into dev 2026-02-07 21:00:25 -05:00
sirdog3355 commented 2026-02-07 20:59:59 -05:00 (Migrated from github.com)

What it says on the tin.

  • tasks/temp_role_monitor.py given whole re-write (with help from ChatGPT) to be more resilient in general and rely less on the member cache.
  • cogs/edit_role.py and cogs/temp_role.py explicitly pull the user's member information per command execution rather than relying on the cache.

Closes #232

What it says on the tin. - `tasks/temp_role_monitor.py` given whole re-write (with help from ChatGPT) to be more resilient in general and rely less on the member cache. - `cogs/edit_role.py` and `cogs/temp_role.py` explicitly pull the user's member information per command execution rather than relying on the cache. Closes #232
Sign in to join this conversation.
No description provided.