Prefer force_registration=true in Config documentation (#6259)

Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
Jakub Kuczys
2023-11-06 23:06:36 +01:00
committed by GitHub
parent eb3267e332
commit 8997bf6002
2 changed files with 17 additions and 13 deletions

View File

@@ -622,8 +622,8 @@ class Config(metaclass=ConfigMeta):
Unique identifier provided to differentiate cog data when name
conflicts occur.
force_registration : `bool`
Determines if Config should throw an error if a cog attempts to access
an attribute which has not been previously registered.
Determines whether `Config` should throw an error (`AttributeError`)
when attempting to access an attribute which has not been previously registered.
Note
----