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.