master #9

Merged
emmatveev merged 10 commits from master into prod 2025-09-14 09:45:17 +03:00
Showing only changes of commit c15e950e02 - Show all commits

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