This commit is contained in:
deathbybandaid 2022-02-09 18:52:59 -05:00
parent 6c91418e07
commit 999327901c
2 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 sopel import plugin
from SpiceBot.SpiceBotCore import sb
from sopel.externals.SpiceBot.SpiceBotCore import sb
@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 SpiceBot.SpiceBotCore import sb
from sopel.externals.SpiceBot.SpiceBotCore import sb
@plugin.event("001")