Added select menu to console

This commit is contained in:
2021-03-12 18:06:05 +01:00
parent 9663e542f1
commit 15b1a82cce
3 changed files with 143 additions and 35 deletions

View File

@@ -16,12 +16,12 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"discord.py",
"mysql-connector",
"SQLAlchemy",
"termcolor",
"pyfiglet",
"tabulate"
"tabulate",
"pynput"
],
"PythonVersion": ">=3.8"
},