root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/main_bot ./cmd/bot/main.go"
bin = "./tmp/main_bot"
delay = 1000