diff --git a/djpianalto.com/goff/exts/init.go b/djpianalto.com/goff/exts/init.go index 4527caa..309d9b0 100644 --- a/djpianalto.com/goff/exts/init.go +++ b/djpianalto.com/goff/exts/init.go @@ -29,6 +29,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) { OwnerOnly: false, Hidden: false, RequiredPermissions: 0, + SanitizeEveryone: true, Invoke: sayCommand, }) _ = h.AddCommand(&disgoman.Command{ @@ -65,6 +66,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) { OwnerOnly: false, Hidden: false, RequiredPermissions: 0, + SanitizeEveryone: true, Invoke: addTagCommand, }) _ = h.AddCommand(&disgoman.Command{ @@ -131,7 +133,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) { Invoke: kickUserCommand, }) _ = h.AddCommand(&disgoman.Command{ - Name: "addGuildCommand", + Name: "addGuild", Aliases: nil, Description: "Adds the current guild to the database", OwnerOnly: true, diff --git a/go.mod b/go.mod index 32fc57f..7385731 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/bwmarrin/discordgo v0.20.2 - github.com/dustinpianalto/disgoman v0.0.3 + github.com/dustinpianalto/disgoman v0.0.4 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/lib/pq v1.3.0 github.com/olebedev/when v0.0.0-20190311101825-c3b538a97254