mirror of
https://github.com/Anvilcraft/UffBot.git
synced 2024-12-04 21:02:50 +01:00
This commit is contained in:
parent
568b872116
commit
03652fe9a9
1 changed files with 6 additions and 0 deletions
6
.drone.yml
Normal file
6
.drone.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go get github.com/bwmarrin/discordgo
|
||||
- go build main.go
|
Loading…
Reference in a new issue