This commit is contained in:
deathbybandaid 2022-02-10 09:13:47 -05:00
parent 94c094764a
commit e356df40c5

View File

@ -12,6 +12,8 @@ from sopel import plugin
from .SBCore import SpiceBotCore_OBJ from .SBCore import SpiceBotCore_OBJ
__import__('pkg_resources').declare_namespace(__name__)
SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__))) SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
sb = SpiceBotCore_OBJ(SCRIPT_DIR) sb = SpiceBotCore_OBJ(SCRIPT_DIR)