From 8ede7ee320ff138fc1de58cd574a8ac1b87eafb9 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sun, 17 Jul 2016 13:51:57 +0200 Subject: [PATCH] oops --- miku/bot.lua | 2 +- tmp/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 tmp/.gitkeep diff --git a/miku/bot.lua b/miku/bot.lua index 2d1087c..e0ba92a 100644 --- a/miku/bot.lua +++ b/miku/bot.lua @@ -5,7 +5,7 @@ local bindings -- Load Telegram bindings. local utilities -- Load miscellaneous and cross-plugin functions. local redis = (loadfile "./miku/redis.lua")() -bot.version = '160717 +bot.version = '160717' function bot:init(config) -- The function run when the bot is started or reloaded. diff --git a/tmp/.gitkeep b/tmp/.gitkeep deleted file mode 100644 index e69de29..0000000