From e4bc3641790ce2790697b828bfc111033260889e Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Wed, 24 Aug 2016 17:19:31 +0200 Subject: [PATCH] Beim Mergen verwechselt --- miku/bot.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/miku/bot.lua b/miku/bot.lua index ce095ab..6512e8d 100644 --- a/miku/bot.lua +++ b/miku/bot.lua @@ -20,14 +20,11 @@ local bot = {} -bindings = require('miku.bindings') -utilities = require('miku.utilities') - bot.version = '160824' function bot:init(config) -- The function run when the bot is started or reloaded. - bindings = require('otouto.bindings').init(config.bot_api_key) - utilities = require('otouto.utilities') + bindings = require('miku.bindings').init(config.bot_api_key) + utilities = require('miku.utilities') cred_data = load_cred() -- Fetch bot information. Try until it succeeds.