Skip to content

Commit 301c6d5

Browse files
authored
removing ephemeral
:uniye:
1 parent de49a2b commit 301c6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/fun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async def twt_persona(self, interaction: discord.Interaction, *, twitter_handle:
7474
embed.set_author(name="Wordware Twitter Personality", url=f"https://twitter.wordware.ai/{twitter_handle}", icon_url=embeds.txtlink[6])
7575
embed.set_thumbnail(url=f"{result[0]['src']}")
7676

77-
await interaction.response.send_message(embed=embed, ephemeral=True)
77+
await interaction.response.send_message(embed=embed)
7878

7979
# Twitter Compatibility
8080

0 commit comments

Comments
 (0)