index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Pipfile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'Pipfile')
-rw-r--r--
Pipfile
4
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"