This commit is contained in:
topkecleon 2016-05-03 22:50:01 -04:00
parent f52b255eba
commit 5d40dd0193

View File

@ -45,8 +45,9 @@ local action = function(msg)
end
local output = '*' .. amount .. ' ' .. from .. ' = ' .. result .. ' ' .. to .. '*\n\n'
output = output .. '`' .. os.date('!%F %T UTC') .. '\nSource: Google Finance`'
local output = amount .. ' ' .. from .. ' = ' .. result .. ' ' .. to .. '\n'
output = output .. os.date('!%F %T UTC') .. '\nSource: Google Finance'
output = '```\n' .. output .. '\n```'
sendMessage(msg.chat.id, output, true, nil, true)