@@ -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!")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user