mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04: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)
|
||||
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) {
|
||||
return interaction.editReply({
|
||||
|
|
Loading…
Reference in a new issue