fix(issues): temporary fix so the cog functions, labels will be fixed later™️
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-08-20 16:32:52 -04:00
parent 95669e0847
commit 137acf6532
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -308,7 +308,7 @@ class IssueResponseModal(discord.ui.Modal, title="Sending response message..."):
print("Error! Labels are not properly configured on the target repository.")
return await label_list
issue_labels = await fetch_labels()
issue_labels = None
if issue_labels is None:
issue_data = {"title": issue_title, "body": issue_body}