|
|
|
@ -29,6 +29,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) {
|
|
|
|
OwnerOnly: false,
|
|
|
|
OwnerOnly: false,
|
|
|
|
Hidden: false,
|
|
|
|
Hidden: false,
|
|
|
|
RequiredPermissions: 0,
|
|
|
|
RequiredPermissions: 0,
|
|
|
|
|
|
|
|
SanitizeEveryone: true,
|
|
|
|
Invoke: sayCommand,
|
|
|
|
Invoke: sayCommand,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
@ -65,6 +66,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) {
|
|
|
|
OwnerOnly: false,
|
|
|
|
OwnerOnly: false,
|
|
|
|
Hidden: false,
|
|
|
|
Hidden: false,
|
|
|
|
RequiredPermissions: 0,
|
|
|
|
RequiredPermissions: 0,
|
|
|
|
|
|
|
|
SanitizeEveryone: true,
|
|
|
|
Invoke: addTagCommand,
|
|
|
|
Invoke: addTagCommand,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
@ -131,7 +133,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) {
|
|
|
|
Invoke: kickUserCommand,
|
|
|
|
Invoke: kickUserCommand,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
Name: "addGuildCommand",
|
|
|
|
Name: "addGuild",
|
|
|
|
Aliases: nil,
|
|
|
|
Aliases: nil,
|
|
|
|
Description: "Adds the current guild to the database",
|
|
|
|
Description: "Adds the current guild to the database",
|
|
|
|
OwnerOnly: true,
|
|
|
|
OwnerOnly: true,
|
|
|
|
|