You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how expensive a get_cog() call can be. If it is expensive and it is called every on_message() event handler call, IMO the 2nd approach is better.
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:
get_cog
API.1 is preferred.
The text was updated successfully, but these errors were encountered: