test
This commit is contained in:
parent
15e68e4b3a
commit
cfbb61da55
@ -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)
|
||||||
@ -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")
|
||||||
Loading…
Reference in New Issue
Block a user