Updated drone for testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-11-24 08:49:43 -05:00
parent fe8cb76de8
commit e3e7022dd2

View File

@ -3,6 +3,11 @@ type: docker
name: default
steps:
- name: Configure
image: golang
commands:
- go get github.com/bwmarrin/discordgo
- go get github.com/rudi9719/loggy
- name: Build
image: golang
commands: