This commit is contained in:
deathbybandaid 2022-02-09 18:49:43 -05:00
parent 15e68e4b3a
commit cfbb61da55
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ This is the SpiceBot Events system.
from threading import Thread from threading import Thread
from sopel import plugin from sopel import plugin
from SpiceBot import sb from SpiceBot.SpiceBotCore import sb
@plugin.event(sb.events.BOT_WELCOME, sb.events.BOT_READY, sb.events.BOT_CONNECTED, sb.events.BOT_LOADED) @plugin.event(sb.events.BOT_WELCOME, sb.events.BOT_READY, sb.events.BOT_CONNECTED, sb.events.BOT_LOADED)

View File

@ -5,7 +5,7 @@ This is the SpiceBot Events system.
""" """
from sopel import plugin from sopel import plugin
from SpiceBot import sb from SpiceBot.SpiceBotCore import sb
@plugin.event("001") @plugin.event("001")