Merge pull request 'fix' (#5) from master into dev

Reviewed-on: #5
This commit is contained in:
2025-07-08 00:28:42 +03:00

View File

@@ -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!")