added fuzzy string matching for commands

This commit is contained in:
Remy Moll
2020-08-11 17:20:40 +02:00
parent fc8fb65977
commit a704622f2b
5 changed files with 46 additions and 20 deletions

5
.gitignore vendored
View File

@@ -1,5 +1,10 @@
# API-Key (keep secret at all times)
key.py
# Cookies
.google-cookie
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]