Skip to content

Avoid fetching or relying on guild member info #37

Description

@Intery

Issues

Due to recent discord API changes, the member cache is usually non-existent, and guild.get_member() will usually return None.

This is used, in particular, while loading timer subscribers from session data, resulting in no subscribers being loaded.

Proposed solution

Avoid using member objects wherever possible, relying solely on the user id.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugscope:mediumBug affects some users and minor features, but no core functionalitydifficulty:mediumLocal knowledge needed of relevant modules and librariesmodule:registrySession data storage, access, or analysismodule:timer-coreTimer module core functionality (timers, subscribers, timerchannels, etc)module:timer-interfaceClient to timer interface

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions