Skip to content

Commit

Permalink
bridge v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Jul 5, 2024
1 parent 9ba6dda commit c360d91
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 @@ -484,7 +484,7 @@ def __init__(self, bot):
continue
except:
continue
script = importlib.import_module('utils.' + plugin[:-5] + '_bridge')
script = importlib.import_module('utils.' + plugin[:-5] + '_bridge_platform')
self.bot.platforms.update({extinfo['bridge_platform']: script})
if not hasattr(self.bot, "ut_total"):
self.bot.ut_total = round(time.time())
Expand Down

0 comments on commit c360d91

Please sign in to comment.