Skip to content

Commit

Permalink
quran bot v6.7.5 ارسال دکمه وقتی در ارسال پیام به همه کاربران دستور آ…
Browse files Browse the repository at this point in the history
…یه وجود داره برای همه کاربرانی که بله و تلگرام دارند
  • Loading branch information
saber13812002 committed Sep 4, 2023
1 parent 55ee5cf commit c00d9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/QuranHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ public static function getCommandByRegex(string $message): array
[$sure, $aya] = StringHelper::getCommandByRegex($message, $regex);

$command = $commandTemplateSure . $sure . $commandTemplateAyah . $aya;
if (App::runningUnitTests())
if (!App::runningUnitTests())
$message = trans("bot.surah number:") . $sure . ":" . trans("bot.ayah") . " : " . $aya;

return [$command, $message];
Expand Down

0 comments on commit c00d9b6

Please sign in to comment.