mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Prefer force_registration=true in Config documentation (#6259)
Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user