diff --git a/docs/guide_cog_creation.rst b/docs/guide_cog_creation.rst index 577c07ef9..44b117c9c 100644 --- a/docs/guide_cog_creation.rst +++ b/docs/guide_cog_creation.rst @@ -44,7 +44,7 @@ In that file, place the following code: .. code-block:: python - from discord.ext import commands + from redbot.core import commands class Mycog: """My custom cog"""