Compare commits

..

No commits in common. "c996bb837ac63d9c1212be5693eb9600bd09d13d" and "8b9d1caed8b2e2f6bc9fd0d66cbbbf482735c3f3" have entirely different histories.

View File

@ -12,7 +12,5 @@ if arg == "poll":
jokes.poll_jokes() jokes.poll_jokes()
elif arg == "api": elif arg == "api":
main.run() main.run()
elif arg == "bot":
main.bot()
else: else:
raise NotImplementedError("No arg specified!") raise NotImplementedError("No arg specified!")