fix
This commit is contained in:
parent
10f86f2f99
commit
c15e950e02
@ -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!")
|
||||
|
Loading…
Reference in New Issue
Block a user