From 53650aefa68b0f7504885e0d745791f91679befc Mon Sep 17 00:00:00 2001 From: Bakersbakebread <29239704+Bakersbakebread@users.noreply.github.com> Date: Tue, 8 May 2018 18:47:11 +0100 Subject: [PATCH] [Docs] Added self (#1608) --- docs/framework_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework_config.rst b/docs/framework_config.rst index 67f65f31f..1d33a7d63 100644 --- a/docs/framework_config.rst +++ b/docs/framework_config.rst @@ -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