mirror of
https://github.com/csd4ni3l/mc-discord-bot.git
synced 2025-11-05 05:58:10 +01:00
12 lines
221 B
TOML
12 lines
221 B
TOML
[project]
|
|
name = "mc-bot"
|
|
version = "0.1.0"
|
|
description = "MC Discord Bot"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"audioop-lts>=0.2.1",
|
|
"mcstatus>=11.1.1",
|
|
"py-cord[voice]>=2.6.1",
|
|
]
|