typo
This commit is contained in:
@@ -14,7 +14,7 @@ class ChatGpt(commands.Cog):
|
|||||||
@commands.command()
|
@commands.command()
|
||||||
async def testchat(self, ctx: commands.Context):
|
async def testchat(self, ctx: commands.Context):
|
||||||
"""Test"""
|
"""Test"""
|
||||||
config = await this.setCredentials(ctx)
|
config = await self.setCredentials(ctx)
|
||||||
|
|
||||||
email = config.get("email")
|
email = config.get("email")
|
||||||
password = config.get("password")
|
password = config.get("password")
|
||||||
|
|||||||
Reference in New Issue
Block a user