mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Фиксики
This commit is contained in:
parent
b248684fc3
commit
69df597e02
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,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, error: "Unknown Error" }) });
|
return interaction.editReply({ content: interaction.translate("music/play:NO_RESULT", { query, error: "Скорее всего видео заблокировано по региону" }) });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
return interaction.editReply({
|
return interaction.editReply({
|
||||||
|
|
Loading…
Reference in a new issue