Skip to content

Commit 7c07ae2

Browse files
authored
Update rewardReport.php
1 parent 0dcb9b1 commit 7c07ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/rewardReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$stmt = $connection->prepare("SELECT SUM(amount) as total FROM `orders_list` WHERE `date` > ?");
1616
$stmt->bind_param("i", $time);
1717
$stmt->execute();
18-
$totalRewards = number_format($stmt->get_result()->fetch_assoc()['total']) . " تومان";
18+
$totalRewards = number_format($stmt->get_result()->fetch_assoc()['total']);
1919
$stmt->close();
2020

2121
$botState['lastRewardMessage']=time() + ($rewaredTime * 60 * 60);

0 commit comments

Comments
 (0)