wat
This commit is contained in:
		| @@ -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
	 topkecleon
					topkecleon