Skip to content

Commit

Permalink
Merge branch 'main' into archive-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyTheHacker authored Oct 15, 2024
2 parents 3ebb23c + 8ccfa19 commit 963641d
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 34 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
64 changes: 32 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ py-cord = "~2.6"
python-dotenv = "^1.0"
validators = "^0.34"
beautifulsoup4 = "^4.12"
emoji = "^2.13"
emoji = "^2.14"
parsedatetime = "^2.6"
django = "~5.1"
matplotlib = "^3.9"
Expand All @@ -44,7 +44,7 @@ asyncstdlib = "~3.12"
setuptools = "^70.3"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8"
pre-commit = "^4.0"
mypy = "~1.11"
django-stubs = {extras = ["compatible-mypy"], version = "~5.1"}
types-beautifulsoup4 = "^4.12"
Expand Down

0 comments on commit 963641d

Please sign in to comment.