Updated version
This commit is contained in:
parent
e7038964d1
commit
33353bf644
@ -3,7 +3,7 @@
|
|||||||
URL = require("socket.url")
|
URL = require("socket.url")
|
||||||
json = (loadfile "./bot/JSON.lua")()
|
json = (loadfile "./bot/JSON.lua")()
|
||||||
|
|
||||||
VERSION = 'v0.7'
|
VERSION = 'v0.7.1'
|
||||||
|
|
||||||
-- taken from http://stackoverflow.com/a/11130774/3163199
|
-- taken from http://stackoverflow.com/a/11130774/3163199
|
||||||
function scandir(directory)
|
function scandir(directory)
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
|
|
||||||
function run(msg, matches)
|
function run(msg, matches)
|
||||||
return 'James Bot '.. VERSION .. [[
|
return 'Telegram Bot '.. VERSION .. [[
|
||||||
Licencia GNU v2, código disponible en http://git.io/6jdjGg
|
Checkout http://git.io/6jdjGg
|
||||||
|
GNU v2 license.]]
|
||||||
Al Bot le gusta la gente solidaria.
|
|
||||||
Puedes hacer una donación a la ONG que decidas y ayudar a otras personas.]]
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user