From 5231738c127b0185ab8e5349fa27649cc3938d6d Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 16 Feb 2022 16:41:24 +0100 Subject: [PATCH] modules/TACommandSyncFSInf.py --- modules/TACommandSyncFSInf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/TACommandSyncFSInf.py b/modules/TACommandSyncFSInf.py index 45856ec..6fa7127 100644 --- a/modules/TACommandSyncFSInf.py +++ b/modules/TACommandSyncFSInf.py @@ -55,9 +55,9 @@ class TACommandSyncFSInf(AbstractCommand): self.bot.api.update_team_members_scheme_roles(t[0], user_id, {"scheme_user": True, "scheme_admin": True}, exc=False) # join into special channels - for team_id, chan_ids in self.guest_teams_and_channels.items(): + for team_id, chan_ids in self.fsinf_teams_and_channels.items(): for chan_id, excluded_user_ids in chan_ids.items(): if not user_id in excluded_user_ids: self.bot.api.add_user_to_channel(chan_id, user_id, exc=False) - request.respond_cmd_chan("## :white_check_mark: Success! :)") + request.respond_cmd_chan("## :white_check_mark: Success! :)", http_code=000) -- 2.43.0