This is an example of a bot command as a microservice
Contents
main.go - is the main definition of the service and handler
Prereqs
Micro services need a discovery system so they can find each other. Micro uses consul by default but
its easily swapped out with etcd, kubernetes, or various other systems. We'll run consul for convenience.