Skip to content

Commit

Permalink
wrong service id
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Jul 5, 2024
1 parent c360d91 commit 40ca5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/sysmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40ca5bd

Please sign in to comment.