[Docs] Update sample cog (#2072)

* [V3 Docs] Update sample cog

* Remove self.bot assignment

We don't really do this any more unless we need to
This commit is contained in:
aikaterna 2018-09-09 06:35:22 -07:00 committed by Toby Harradine
parent 892b2487f5
commit af220e497f

View File

@ -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"""