1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-07-08 05:30:21 +02:00

:refactor: + change joke format, use psutil for uptime

This commit is contained in:
ddorn
2020-04-30 11:44:17 +02:00
parent 34fc5e3c60
commit 3bfad6e0a9
6 changed files with 57 additions and 46 deletions

View File

@ -8,6 +8,7 @@ authors = ["ddorn <diego.dorn@free.fr>"]
python = "^3.6"
discord = "^1.0.1"
pyyaml = "^5.0.0"
psutil = "^5.7.0"
[tool.poetry.dev-dependencies]