From 60af09880f25be6e87969c7fbc4313830702cc4e Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 6 Jan 2024 19:53:19 -0900 Subject: [PATCH] Update structs.go --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 2f7f820..e90e93b 100644 --- a/structs.go +++ b/structs.go @@ -6,7 +6,7 @@ package disgoman * Disgoman (c) 2020 Dusty.P/dustinpianalto */ -import "github.com/bwmarrin/discordgo" +import "github.com/dustinpianalto/discordgo" // CommandManager holds the info and structures required for handling command messages type CommandManager struct {