mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 19:43:39 +00:00
Replace ephemeral option with flag in replies.
This commit is contained in:
@ -48,7 +48,7 @@ export default {
|
||||
|
||||
interaction.reply({
|
||||
content: client.messages.emojis["stop"] + client.messages.stop,
|
||||
ephemeral: true
|
||||
flags: 'Ephemeral'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user