[Docs] Added self (#1608)

This commit is contained in:
Bakersbakebread 2018-05-08 18:47:11 +01:00 committed by Kowlin
parent 1d80a0cad1
commit 53650aefa6

View File

@ -29,7 +29,7 @@ Basic Usage
@commands.command()
async def return_some_data(self, ctx):
await ctx.send(await config.foo())
await ctx.send(await self.config.foo())
********
Tutorial