Skip to content

Commit

Permalink
Add new table names to the make_member command (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 authored Sep 27, 2024
1 parent 46194fa commit ea3905c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cogs/make_member.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ async def make_member(self, ctx: TeXBotApplicationContext, group_member_id: str)
{
"ctl00_Main_rptGroups_ctl05_gvMemberships",
"ctl00_Main_rptGroups_ctl03_gvMemberships",
"ctl00_ctl00_Main_AdminPageContent_rptGroups_ctl03_gvMemberships",
"ctl00_ctl00_Main_AdminPageContent_rptGroups_ctl05_gvMemberships",
},
)
table_id: str
Expand Down

0 comments on commit ea3905c

Please sign in to comment.