###Usage
add the token of your bot to setting.json
###Docker
Run the script or tyoe them yourself
./docker.sh
#####Make docker image
docker build -t <image name> .
#####Run container
docker service create -d \
--replicas=4 \
--name <name> \
<IMAGE>