Bugfix für AFK (kritisch)
This commit is contained in:
Andreas Bielawski
2016-07-30 13:22:25 +02:00
parent 200ae9ace7
commit b235b95757
2 changed files with 2 additions and 3 deletions

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.2.3.1'
bot.version = '2.2.3.2'
function bot:init(config) -- The function run when the bot is started or reloaded.