mirror of
https://github.com/RGBCube/VReplBot
synced 2025-05-14 05:24:58 +00:00
14 lines
314 B
TOML
14 lines
314 B
TOML
[tool.poetry]
|
|
name = "VReplBot"
|
|
version = "1.0.0"
|
|
description = "A simple Discord bot that runs your V code. "
|
|
authors = ["RGBCube"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
"discord.py" = { version = "*", extras = ["speed"] }
|
|
jishaku = "*"
|
|
uvloop = "*"
|
|
|
|
[tool.poetry.scripts]
|
|
bot = "v_repl_bot.__main__:main"
|