Initial commit

This commit is contained in:
2021-08-25 00:36:33 +12:00
commit f602403eab
4 changed files with 968 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
discord = "*"
[dev-packages]
[requires]
python_version = "3.8"
[scripts]
start = "jupyter notebook discord.ipynb"