Merge pull request 'fix' (#5) from master into dev
Reviewed-on: https://gitea.chocomarsh.com/self/b-jokes/pulls/5
This commit is contained in:
commit
c996bb837a
@ -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