Brawlbot 2.2.2

This commit is contained in:
Andreas Bielawski 2016-07-25 13:54:12 +02:00
parent 536e5e2320
commit 5a261a87f4

View File

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