This commit is contained in:
Andreas Bielawski 2016-07-13 21:43:24 +02:00
parent bc03d86c90
commit f2fa1a6cc5

View File

@ -5,7 +5,7 @@ local bindings -- Load Telegram bindings.
local utilities -- Load miscellaneous and cross-plugin functions.
local redis = (loadfile "./otouto/redis.lua")()
bot.version = '2.1'
bot.version = '2.2.0'
function bot:init(config) -- The function run when the bot is started or reloaded.