Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Fix shared_config initialization typo (#71)
Browse files Browse the repository at this point in the history
smh
  • Loading branch information
SpencerSharkey authored and b1naryth1ef committed Jan 7, 2018
1 parent 857b445 commit c8d6cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disco/bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def load_plugin_config(self, cls):

data = {}
if self.config.shared_config:
data.update(self.config.shared)
data.update(self.config.shared_config)

if name in self.config.plugin_config:
data.update(self.config.plugin_config[name])
Expand Down

0 comments on commit c8d6cb0

Please sign in to comment.