test
This commit is contained in:
parent
8f30ed2f3a
commit
56f541c8d2
@ -10,12 +10,14 @@ import pathlib
|
|||||||
from sopel import plugin
|
from sopel import plugin
|
||||||
|
|
||||||
from .SpiceBotCore import SpiceBotCore_OBJ
|
from .SpiceBotCore import SpiceBotCore_OBJ
|
||||||
|
print("Attributes: %s" % [x for x in dir(SpiceBotCore_OBJ) if not x.startswith("__")])
|
||||||
|
|
||||||
SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
|
SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
bot.sbcore = SpiceBotCore_OBJ
|
bot.sbcore = SpiceBotCore_OBJ
|
||||||
|
print("Attributes: %s" % [x for x in dir(bot.sbcore) if not x.startswith("__")])
|
||||||
bot.sbcore.increment = 1
|
bot.sbcore.increment = 1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user