From 3bb63c4c2a78459088dc672436e9be4bafd11140 Mon Sep 17 00:00:00 2001 From: andrei Date: Fri, 2 Jun 2017 00:39:08 -0700 Subject: [PATCH] nitpick fix --- disco/bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/bot/bot.py b/disco/bot/bot.py index f397845..c5de6bc 100644 --- a/disco/bot/bot.py +++ b/disco/bot/bot.py @@ -484,7 +484,7 @@ class Bot(LoggingClass): data = {} if name in self.config.plugin_config: - data = self.config.plugin_config[name] + data.update(self.config.plugin_config[name]) if os.path.exists(path): with open(path, 'r') as f: