Added drone Config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ITbyHF 2020-12-29 12:59:23 +01:00 committed by GitHub
parent 568b872116
commit 03652fe9a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.drone.yml Normal file
View file

@ -0,0 +1,6 @@
pipeline:
build:
image: golang:latest
commands:
- go get github.com/bwmarrin/discordgo
- go build main.go