mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +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";
|
||||
}
|
||||
|
||||
const sstation = await client.stations.search(query, type);
|
||||
const sstation = client.stations.search(query, type);
|
||||
if (!sstation) return interaction.reply({
|
||||
content: client.messages.emojis["error"] + client.messages.noSearchResults,
|
||||
ephemeral: true
|
||||
|
Loading…
Reference in New Issue
Block a user