Add base structure and url webhook logic

This commit is contained in:
Dustin Pianalto
2020-11-14 00:42:37 -09:00
parent f029184fa6
commit 903e021f0b
6 changed files with 168 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/dustinpianalto/prepbot
go 1.14
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/dustinpianalto/disgoman v0.0.15
)