first commit

This commit is contained in:
Tyler
2020-12-17 18:53:26 -05:00
commit 00377f7670
3 changed files with 492 additions and 0 deletions

9
go.mod Normal file
View File

@ -0,0 +1,9 @@
module meow.tf/ottomate
go 1.15
require (
github.com/diamondburned/arikawa v1.3.14
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/viper v1.7.1
)