diff --git a/chatGpt/chatgpt.py b/chatGpt/chatgpt.py index a01412b..cbe0b9c 100644 --- a/chatGpt/chatgpt.py +++ b/chatGpt/chatgpt.py @@ -14,7 +14,7 @@ class ChatGpt(commands.Cog): @commands.command() async def testchat(self, ctx: commands.Context): """Test""" - config = await this.setCredentials(ctx) + config = await self.setCredentials(ctx) email = config.get("email") password = config.get("password")