diff --git a/entrypoint.py b/entrypoint.py index d3e0e89..d7f70d0 100644 --- a/entrypoint.py +++ b/entrypoint.py @@ -12,5 +12,7 @@ if arg == "poll": jokes.poll_jokes() elif arg == "api": main.run() +elif arg == "bot": + main.bot() else: raise NotImplementedError("No arg specified!")