diff --git a/bot/bot.lua b/bot/bot.lua index 5481cee..c4d3f51 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -3,7 +3,7 @@ URL = require("socket.url") json = (loadfile "./bot/JSON.lua")() - VERSION = 'v0.7' + VERSION = 'v0.7.1' -- taken from http://stackoverflow.com/a/11130774/3163199 function scandir(directory) diff --git a/plugins/version.lua b/plugins/version.lua index 21afc94..ec0bc02 100644 --- a/plugins/version.lua +++ b/plugins/version.lua @@ -1,10 +1,8 @@ function run(msg, matches) - return 'James Bot '.. VERSION .. [[ - Licencia GNU v2, código disponible en http://git.io/6jdjGg - - Al Bot le gusta la gente solidaria. - Puedes hacer una donación a la ONG que decidas y ayudar a otras personas.]] + return 'Telegram Bot '.. VERSION .. [[ + Checkout http://git.io/6jdjGg + GNU v2 license.]] end return {