1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-07-29 17:37:47 +00:00

Add repl.py

This commit is contained in:
RGBCube 2023-01-30 20:02:48 +03:00
parent ec2bafb249
commit 9eb87f0c8d
8 changed files with 50 additions and 3 deletions

View file

@ -11,4 +11,4 @@ jishaku = "*"
uvloop = "*"
[tool.poetry.scripts]
bot = "bot.__main__:main"
bot = "v_repl_bot.__main__:main"