1
0

initial commit

This commit is contained in:
2020-12-05 18:10:27 +01:00
commit 366e6a1e3f
7 changed files with 103 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module ariona.fr/git/gator/gogodisco
go 1.15
require (
github.com/bwmarrin/discordgo v0.22.0
gopkg.in/yaml.v2 v2.4.0
)