From 97981c781606d7bd8ca1f8431d49a50a9cba9091 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Thu, 25 Aug 2016 14:47:51 +0200 Subject: [PATCH] Fix --- miku/plugins/about.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miku/plugins/about.lua b/miku/plugins/about.lua index 8cd745b..509291a 100644 --- a/miku/plugins/about.lua +++ b/miku/plugins/about.lua @@ -1,6 +1,6 @@ local about = {} -local bot = require('otouto.bot') +local bot = require('miku.bot') about.command = 'about' about.doc = '`Sendet Informationen über den Bot.`'