Replace ephemeral option with flag in replies.

This commit is contained in:
Christer Warén
2025-02-23 12:57:01 +02:00
parent 9a681bde9e
commit 6ac3f83bb1
13 changed files with 39 additions and 39 deletions

View File

@ -9,7 +9,7 @@ export default {
if(!client.user) return interaction.reply({
content: client.messages.emojis["error"] + client.messages.maintenance,
ephemeral: true
flags: 'Ephemeral'
});
let uptime = client.funcs.msToTime(client.uptime || 0);
@ -35,7 +35,7 @@ export default {
interaction.reply({
embeds: [embed],
ephemeral: true
flags: 'Ephemeral'
});
}