wat
This commit is contained in:
parent
f52b255eba
commit
5d40dd0193
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user