requests

package
v0.0.118 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CloseCommand = &disgoman.Command{
	Name:                "close",
	Aliases:             nil,
	Description:         "Close a request and mark it as completed.",
	OwnerOnly:           false,
	Hidden:              false,
	RequiredPermissions: 0,
	Invoke:              closeCommandFunc,
}
View Source
var CommentCommand = &disgoman.Command{
	Name:                "comment",
	Aliases:             []string{"update", "add_comment"},
	Description:         "Add a comment to an existing request.",
	OwnerOnly:           false,
	Hidden:              false,
	RequiredPermissions: 0,
	Invoke:              commentCommandFunc,
}
View Source
var ListCommand = &disgoman.Command{
	Name:                "list",
	Aliases:             []string{"request_list", "requests_list"},
	Description:         "List your open requests or all open requests if the caller is a moderator",
	OwnerOnly:           false,
	Hidden:              false,
	RequiredPermissions: 0,
	Invoke:              listCommandFunc,
}
View Source
var RequestCommand = &disgoman.Command{
	Name:                "request",
	Aliases:             nil,
	Description:         "Submit a request for the guild staff",
	OwnerOnly:           false,
	Hidden:              false,
	RequiredPermissions: 0,
	Invoke:              requestCommandFunc,
}
View Source
var ViewCommand = &disgoman.Command{
	Name:                "view",
	Aliases:             nil,
	Description:         "View the details about a request.",
	OwnerOnly:           false,
	Hidden:              false,
	RequiredPermissions: 0,
	Invoke:              viewCommandFunc,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL