add debug to neural line 82

This commit is contained in:
7trail 2023-09-05 18:58:09 -05:00 committed by GitHub
parent cc6d6406af
commit 5f04bb2ce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ async def Generate(prompt, channel, count=2, negativePrompt = "",size="square"):
data2 = response2.json() data2 = response2.json()
if data2["status"]["isReady"]: if data2["status"]["isReady"]:
print("Awesome! Debugging!")
links = [] links = []
view = ViewWithButton(parameter=channel,p2=prompt) # Establish an instance of the discord.ui.View class view = ViewWithButton(parameter=channel,p2=prompt) # Establish an instance of the discord.ui.View class