Updated ephemreal deprecation

This commit is contained in:
2025-01-28 21:14:50 +01:00
parent a70bd4c934
commit f58c71f667
21 changed files with 67 additions and 54 deletions

View File

@@ -4,6 +4,7 @@ import {
ButtonStyle,
ChannelType,
InteractionContextType,
MessageFlags,
PermissionFlagsBits,
SlashCommandBuilder,
TextChannel
@@ -159,7 +160,7 @@ export default {
await interaction.reply({
content: "Message sent",
ephemeral: true
flags: MessageFlags.Ephemeral
})
}
} as ICommand