mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 07:13:17 +00:00
Remove unnecessary await in Play command
This commit is contained in:
parent
9e165713ce
commit
938f8ab69b
@ -96,7 +96,7 @@ export default {
|
|||||||
type = "direct";
|
type = "direct";
|
||||||
}
|
}
|
||||||
|
|
||||||
const sstation = await client.stations.search(query, type);
|
const sstation = client.stations.search(query, type);
|
||||||
if (!sstation) return interaction.reply({
|
if (!sstation) return interaction.reply({
|
||||||
content: client.messages.emojis["error"] + client.messages.noSearchResults,
|
content: client.messages.emojis["error"] + client.messages.noSearchResults,
|
||||||
ephemeral: true
|
ephemeral: true
|
||||||
|
Loading…
Reference in New Issue
Block a user