From e5a4d27c946850c947f35ef13ea1fa0c2a82cd86 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 16:25:26 -0500 Subject: [PATCH] test --- SpiceBot/SpiceBotCore/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SpiceBot/SpiceBotCore/__init__.py b/SpiceBot/SpiceBotCore/__init__.py index 83cc4fb..dc0cad2 100644 --- a/SpiceBot/SpiceBotCore/__init__.py +++ b/SpiceBot/SpiceBotCore/__init__.py @@ -42,6 +42,9 @@ class SpiceBotCore_OBJ(): # Re-initialize the bot config properly during plugin setup routine self.config.config = bot.config + # Set bot value for comms + self.comms.bot = bot + # OSD shortcut def osd(self, messages, recipients=None, text_method='PRIVMSG', max_messages=-1): return self.comms.osd(messages, recipients, text_method, max_messages)