remove embed title

This commit is contained in:
JelNiSlaw 2023-06-19 15:00:25 +02:00
parent c71308369a
commit e5d5cf98b2
No known key found for this signature in database
GPG key ID: EA41571A0A88E97E

View file

@ -65,9 +65,9 @@ class Automod(commands.Cog):
async def ios(self, interaction: discord.Interaction):
"""Tłumaczy powody braku wersji na iOS"""
await interaction.response.send_message(
embed=discord.Embed(
title="Witam chyba nigdy", description=IOS_INFO_1, color=ACCENT_COLOR
).add_field(name="Alternatywna aplikacja", value=IOS_INFO_2, inline=False)
embed=discord.Embed(description=IOS_INFO_1, color=ACCENT_COLOR).add_field(
name="Alternatywna aplikacja", value=IOS_INFO_2, inline=False
)
)