1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-29 09:57:46 +00:00
This commit is contained in:
RGBCube 2023-01-15 16:24:57 +03:00
parent c1eb216eb5
commit 4e5c4507c8
11 changed files with 952 additions and 945 deletions

View file

@ -2,11 +2,11 @@
name = "minearchy-bot"
version = "1.0.0"
description = "A simple Discord bot for the Lands of Minearchy Discord server."
authors = [ "RGBCube", "The Lands of Minearchy team" ]
authors = ["RGBCube", "The Lands of Minearchy team"]
[tool.poetry.dependencies]
python = "^3.10"
"discord.py" = { version = "*", extras = [ "speed" ] }
"discord.py" = { version = "*", extras = ["speed"] }
jishaku = "*"
mcstatus = "*"
uvloop = "*"