Added ephemeral=True
This commit is contained in:
2
main.py
2
main.py
@@ -750,7 +750,7 @@ class generate_report25(discord.ui.View):
|
|||||||
description = description + "Begründung von " + nick + ": " + vote[1] + "\n"
|
description = description + "Begründung von " + nick + ": " + vote[1] + "\n"
|
||||||
description = description + "\n\n"
|
description = description + "\n\n"
|
||||||
embed.description = description
|
embed.description = description
|
||||||
await interaction.followup.send(embed=embed)
|
await interaction.followup.send(embed=embed, ephemeral=True)
|
||||||
|
|
||||||
|
|
||||||
class report_buttons(discord.ui.View):
|
class report_buttons(discord.ui.View):
|
||||||
|
|||||||
Reference in New Issue
Block a user