Commit ce7d1799 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8ae6605a
...@@ -146,6 +146,8 @@ function userShowMessage(bot, msg, user) { ...@@ -146,6 +146,8 @@ function userShowMessage(bot, msg, user) {
text += '💰 ' + numberize(Math.abs(user.aed_balance)) + ' ' + 'درهم' + " " text += '💰 ' + numberize(Math.abs(user.aed_balance)) + ' ' + 'درهم' + " "
text += user.aed_balance === 0 ? '' : text += user.aed_balance === 0 ? '' :
user.aed_balance > 0 ? 'بدهکار' : 'طلبکار' user.aed_balance > 0 ? 'بدهکار' : 'طلبکار'
text += '\n'
text += '\n'
} }
if (user.can_balance !== 0) { if (user.can_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