Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/GPT3Discord/commit/87dd1a05875ceb2fccf612615905ffac6ec057df You should set ROOT_URL correctly, otherwise the web may not work correctly.
Kaveen Kumarasinghe 2 years ago
commit 87dd1a0587

@ -81,7 +81,7 @@ class ImgPromptOptimizer(commands.Cog, name="ImgPromptOptimizer"):
response_text = response["choices"][0]["text"]
#print(f"Received the following response: {response.__dict__}")
# print(f"Received the following response: {response.__dict__}")
if re.search(r"<@!?\d+>|<@&\d+>|<#\d+>", response_text):
await ctx.reply("I'm sorry, I can't mention users, roles, or channels.")

Loading…
Cancel
Save