Commit 8c17cdc5 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 7c72e009
...@@ -151,7 +151,7 @@ function userShowMessage(bot, msg, user) { ...@@ -151,7 +151,7 @@ function userShowMessage(bot, msg, user) {
} }
if (user.can_balance !== 0) { if (user.can_balance !== 0) {
text += '🇺🇸 ' text += '🇨🇦 '
text += numberize(Math.abs(user.can_balance)) + ' ' + 'دلار کانادا' + ' ' text += numberize(Math.abs(user.can_balance)) + ' ' + 'دلار کانادا' + ' '
text += user.can_balance === 0 ? '' : text += user.can_balance === 0 ? '' :
user.can_balance > 0 ? 'بدهکار' : 'بستانکار' user.can_balance > 0 ? 'بدهکار' : 'بستانکار'
...@@ -161,7 +161,7 @@ function userShowMessage(bot, msg, user) { ...@@ -161,7 +161,7 @@ function userShowMessage(bot, msg, user) {
} }
if (user.pon_balance !== 0) { if (user.pon_balance !== 0) {
text += '🇺🇸 ' text += '🇬🇧 '
text += numberize(Math.abs(user.pon_balance)) + ' ' + 'پوند' + ' ' text += numberize(Math.abs(user.pon_balance)) + ' ' + 'پوند' + ' '
text += user.pon_balance === 0 ? '' : text += user.pon_balance === 0 ? '' :
user.pon_balance > 0 ? 'بدهکار' : 'بستانکار' user.pon_balance > 0 ? 'بدهکار' : 'بستانکار'
...@@ -171,7 +171,7 @@ function userShowMessage(bot, msg, user) { ...@@ -171,7 +171,7 @@ function userShowMessage(bot, msg, user) {
} }
if (user.aud_balance !== 0) { if (user.aud_balance !== 0) {
text += '🇺🇸 ' text += '🇦🇺 '
text += numberize(Math.abs(user.aud_balance)) + ' ' + 'دلار استرالیا' + ' ' text += numberize(Math.abs(user.aud_balance)) + ' ' + 'دلار استرالیا' + ' '
text += user.aud_balance === 0 ? '' : text += user.aud_balance === 0 ? '' :
user.aud_balance > 0 ? 'بدهکار' : 'بستانکار' user.aud_balance > 0 ? 'بدهکار' : 'بستانکار'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment