diff options
| author | 2018-10-11 02:56:02 -0700 | |
|---|---|---|
| committer | 2018-10-11 02:56:02 -0700 | |
| commit | 21de080a3717a5642f5f081079227e6e7f21e271 (patch) | |
| tree | 389fe48083cada62f073eb930b8778752fa07c25 /Pipfile | |
| parent | Merge pull request #34 from markylon/master (diff) | |
Initial commit.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ name = "pypi" [packages] "discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"} +requests = "*" [dev-packages] "flake8" = "*" @@ -18,4 +19,4 @@ name = "pypi" python_version = "3.7" [scripts] -start = "python -m bot"
\ No newline at end of file +start = "python -m bot" |