Skip to content

Commit a1c47ca

Browse files
committed
chore: /clear is no longer ephemral for transparency
1 parent e625c4f commit a1c47ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/clear.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export async function execute(
128128
)
129129
.setTimestamp();
130130

131-
await interaction.reply({ embeds: [embed], flags: MessageFlags.Ephemeral });
131+
await interaction.reply({ embeds: [embed] });
132132
} catch (error) {
133133
console.error("Error during purge operation:", error);
134134
await interaction.reply({

0 commit comments

Comments
 (0)