From 739f5cd41a25a41dc4107ec184b7f98556d915c8 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 12:40:47 -0500 Subject: [PATCH] test --- SpiceBot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiceBot/__init__.py b/SpiceBot/__init__.py index 5e5f8fc..c768d2a 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -16,7 +16,7 @@ SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__))) def setup(bot): - sbcore.setup = SCRIPT_DIR + sbcore.setup(SCRIPT_DIR, bot) @plugin.nickname_command('test')