1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-09-06 04:09:13 +02:00

🎉 inital commit

This commit is contained in:
ddorn
2020-04-25 11:09:56 +02:00
commit 172ff53c73
5 changed files with 395 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "tfjm-discord-bot"
version = "0.1.0"
description = "TFJM² bot for drawing problems"
authors = ["ddorn <diego.dorn@free.fr>"]
[tool.poetry.dependencies]
python = "^3.6"
discord = "^1.0.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"