From ca5da69d1427e813298f63f6ed1704ad381a3d22 Mon Sep 17 00:00:00 2001 From: Juni Date: Mon, 5 Dec 2022 14:22:58 -0500 Subject: [PATCH] typo --- chatGpt/chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")