From 5561865b61a7deaaa9d2779100d0c23dca756218 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 6 Jan 2024 19:52:14 -0900 Subject: [PATCH] Update command-manager.go --- command-manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command-manager.go b/command-manager.go index 346f227..2946dbc 100644 --- a/command-manager.go +++ b/command-manager.go @@ -12,7 +12,7 @@ import ( "regexp" "strings" - "github.com/bwmarrin/discordgo" + "github.com/dustinpianalto/discordgo" ) // AddCommand adds the Command at the address passed in to the Commands array on the CommandManager.