This commit is contained in:
Juni
2022-12-05 14:22:58 -05:00
parent 7eefcf0075
commit ca5da69d14

View File

@@ -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")