mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
фиксики
This commit is contained in:
parent
78d41c6343
commit
79a8647892
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ class Play extends BaseCommand {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!searchResult.tracks[0] || !searchResult)
|
if (!searchResult.tracks[0] || !searchResult)
|
||||||
return interaction.editReply({ content: interaction.translate("music/play:NO_RESULT", { query }) });
|
return interaction.editReply({ content: interaction.translate("music/play:NO_RESULT", { query, error: "Unknown Error" }) });
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return interaction.editReply({
|
return interaction.editReply({
|
||||||
|
|
Loading…
Reference in a new issue