Skip to content

[Highlight] Stop caching the wordfilter cog #647

@Injabie3

Description

@Injabie3

Reloads of the wordfilter cog do not reload it for highlight because it's holding on to the previous reference of the wordfilter cog.

We can either:

  1. Always try to fetch the wordfilter cog using the get_cog API.
  2. Periodically try to fetch the wordfilter cog (on a timer of some sorts).

1 is preferred.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions