mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-12-16 12:19:19 +00:00
Replace ephemeral option with flag in replies.
This commit is contained in:
@@ -212,7 +212,7 @@ export default async function play(client: RadioClient, interaction: ChatInputCo
|
||||
content: client.messages.emojis["play"] + client.messages.replace(client.messages.play, {
|
||||
"%radio.station.name%": radio.station.name
|
||||
}),
|
||||
ephemeral: true
|
||||
flags: 'Ephemeral'
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user