From 2c5d4a62aaf6bf7ce43d5500a118a9533939f655 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Tue, 19 Jan 2021 01:02:46 -0900 Subject: [PATCH] Add missing deps --- cmd/geeksbot/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/geeksbot/main.go b/cmd/geeksbot/main.go index 9a4746d..7348867 100644 --- a/cmd/geeksbot/main.go +++ b/cmd/geeksbot/main.go @@ -8,6 +8,7 @@ import ( "github.com/bwmarrin/discordgo" "github.com/dustinpianalto/disgoman" + "github.com/dustinpianalto/geeksbot/internal/exts" ) func main() {