Updated ephemreal deprecation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user