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