convert from Hungarian to English, remove pytz dependency, fix a bunch of issues

This commit is contained in:
csd4ni3l
2025-04-21 18:49:19 +02:00
parent 53370c6a8b
commit 960dec3256
4 changed files with 245 additions and 262 deletions

View File

@@ -1,12 +1,11 @@
[project]
name = "mc-bot"
version = "0.1.0"
description = "MC discord bot"
description = "MC Discord Bot"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.11"
dependencies = [
"audioop-lts>=0.2.1",
"mcstatus>=11.1.1",
"py-cord[voice]>=2.6.1",
"pytz>=2025.2",
]