Skip to content

Commit 5fbdeec

Browse files
committed
2 parents dd92850 + 6298e83 commit 5fbdeec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/refresh-skin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class UserCommand extends Command {
5050

5151
await client.sendServerCommand(server_id, command);
5252

53-
await interaction.reply({ embeds: [embed] });
53+
await interaction.reply({ embeds: [embed], ephemeral: true });
5454
}
5555
}
5656

0 commit comments

Comments
 (0)