Skip to content

Commit c89d518

Browse files
Fix spelling update reference
1 parent 10710b6 commit c89d518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/make_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async def make_member(self, ctx: "TeXBotApplicationContext", group_member_id: st
167167
headers=REQUEST_HEADERS,
168168
cookies=REQUEST_COOKIES,
169169
)
170-
async with http_session, http_session.get(GROUPED_MEMBRS_URL) as http_response:
170+
async with http_session, http_session.get(GROUPED_MEMBERS_URL) as http_response:
171171
response_html: str = await http_response.text()
172172

173173
MEMBER_HTML_TABLE_IDS: Final[frozenset[str]] = frozenset(

0 commit comments

Comments
 (0)