Skip to content

Commit

Permalink
Merge branch 'main' into 136-use-python-312-type-alias-generic-type-s…
Browse files Browse the repository at this point in the history
…yntax
  • Loading branch information
CarrotManMatt authored Oct 28, 2024
2 parents 57da35f + 60783fd commit 04f7549
Show file tree
Hide file tree
Showing 6 changed files with 943 additions and 789 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ updates:
interval: "daily"
labels:
- "dependabot-python"
- "dependencies"
groups:
python-dependencies:
patterns:
Expand All @@ -22,6 +23,7 @@ updates:
interval: "daily"
labels:
- "dependabot-github_actions"
- "dependencies"
groups:
github-actions-dependencies:
patterns:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://ruff.rs)
[![pre-commit Status](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com)
[![PyMarkdown Status](https://img.shields.io/badge/validated-brightgreen?logo=markdown&label=PyMarkdown)](https://github.com/jackdewinter/pymarkdown)
[![CSS Discord Server](https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white)](https://cssbham.com/discord)

[TeX-Bot](https://github.com/CSSUoB/TeX-Bot-JS), but back in [Python](https://python.org)!
This is a [Discord bot](https://discord.com/developers/docs/topics/oauth2#bot-vs-user-accounts) used for managing a community group's [Discord](https://discord.com) [guild](https://discord.com/developers/docs/resources/guild).
Expand Down
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
Loading

0 comments on commit 04f7549

Please sign in to comment.