Commit 47fe9778 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 1cdecdb9
......@@ -160,7 +160,7 @@ async function userShowMessage(bot, msg, user) {
text += '\n'
text += '\n'
table+= tableGenerator('🇦🇪 ','لیر',numberize(Math.abs(user.aed_balance)),user.aed_balance === 0 ? '' : user.aed_balance > 0 ? 'بدهکار' : 'بستانکار')
table+= tableGenerator('🇦🇪 ','درهم',numberize(Math.abs(user.aed_balance)),user.aed_balance === 0 ? '' : user.aed_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