aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index b684de024..93338d7c5 100644
--- a/Pipfile
+++ b/Pipfile
@@ -27,3 +27,7 @@ requests = "*"
[requires]
python_version = "3.6"
+
+[scripts]
+
+start = "python -m bot"