Basic bot and kubernetes deployment

This commit is contained in:
Dustin Pianalto
2021-01-19 00:51:30 -09:00
parent e840f6b651
commit 75697c44dc
8 changed files with 477 additions and 160 deletions
+5
View File
@@ -1,3 +1,8 @@
module github.com/dustinpianalto/geeksbot
go 1.14
require (
github.com/bwmarrin/discordgo v0.22.1
github.com/dustinpianalto/disgoman v0.0.15
)