Skip to content

Commit

Permalink
add __dict__ to Config slots in case any cog creators had added attri…
Browse files Browse the repository at this point in the history
…butes to config at runtime
  • Loading branch information
Chovin committed Oct 2, 2024
1 parent 6f74098 commit bbb0e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redbot/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ class Config(metaclass=ConfigMeta):
"custom_groups",
"_lock_cache",
"__weakref__",
"__dict__",
)

def __init__(
Expand Down

0 comments on commit bbb0e5a

Please sign in to comment.