Compare commits

..
1 Commits
Author SHA1 Message Date
Dusty.P 5561865b61 Update command-manager.go 2024-01-06 19:52:14 -09:00
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"regexp" "regexp"
"strings" "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. // AddCommand adds the Command at the address passed in to the Commands array on the CommandManager.