From 40ca5bdbb48cb07ed8ce72fb94cb8180abbf4b6d Mon Sep 17 00:00:00 2001 From: "green." <41323182+gweeeen@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:00:32 +0200 Subject: [PATCH] wrong service id --- cogs/sysmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/sysmgr.py b/cogs/sysmgr.py index b8705d44..385f9092 100644 --- a/cogs/sysmgr.py +++ b/cogs/sysmgr.py @@ -480,7 +480,7 @@ def __init__(self, bot): with open('plugins/' + plugin) as file: extinfo = json.load(file) try: - if not 'bridge' in extinfo['services']: + if not 'bridge_platform' in extinfo['services']: continue except: continue