fix #5
@ -12,5 +12,7 @@ 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!")
|
||||||
|
Loading…
Reference in New Issue
Block a user