diff --git a/docs/framework_config.rst b/docs/framework_config.rst index d982ef211..13b031774 100644 --- a/docs/framework_config.rst +++ b/docs/framework_config.rst @@ -17,7 +17,7 @@ Basic Usage .. code-block:: python - from core import Config + from redbot.core import Config class MyCog: def __init__(self): @@ -43,7 +43,7 @@ First, you need to import Config: .. code-block:: python - from core import Config + from redbot.core import Config Then, in the class's :code:`__init__` function, you need to get a config instance: