mirror of
https://github.com/RGBCube/VReplBot
synced 2026-01-13 16:51:01 +00:00
14 lines
316 B
TOML
14 lines
316 B
TOML
[tool.poetry]
|
|
name = "v-repl-bot"
|
|
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"
|