Update structs.go

This commit is contained in:
Dusty.P 2024-01-06 19:53:19 -09:00 committed by GitHub
parent e3c96befb2
commit 60af09880f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {