Skip to content

Commit f04f953

Browse files
authored
Merge pull request #115 from EinsKatze/fix-about-cmd-reply
Make about command reply ephemeral
2 parents 3df5a1c + a016da2 commit f04f953

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/commands/about.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export default {
4242

4343
try {
4444
await interaction.reply({
45-
embeds: [aboutEmbed]
45+
embeds: [aboutEmbed],
46+
ephemeral: true
4647
})
4748
logger.logSync('INFO', 'About-info gesendet.')
4849
} catch (err) {

0 commit comments

Comments
 (0)