fix(issues): reverted a previous incorrect change
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-08-19 17:00:02 -04:00
parent 93f87fdf37
commit cfd5f7b19c
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -218,7 +218,6 @@ class Issues(commands.Cog):
if self.response.value is not None: if self.response.value is not None:
embed.add_field(name=f"Response from {interaction.user.name}", value=self.response.value, inline=False) embed.add_field(name=f"Response from {interaction.user.name}", value=self.response.value, inline=False)
for field in embed.fields: for field in embed.fields:
if field.name != "\u200b":
field_names.append(field.name) field_names.append(field.name)
field_values.append(field.value) field_values.append(field.value)
await message.edit(embed=embed, view=None) await message.edit(embed=embed, view=None)