guild

package
v0.0.41 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AddPrefixCommand = &disgoman.Command{
	Name:                "addPrefix",
	Aliases:             []string{"ap"},
	Description:         "Add a prefix for use in this guild.",
	OwnerOnly:           false,
	Hidden:              false,
	RequiredPermissions: disgoman.PermissionManageServer,
	Invoke:              addPrefixCommandFunc,
}
View Source
var RemovePrefixCommand = &disgoman.Command{
	Name:                "removePrefix",
	Aliases:             []string{"rp"},
	Description:         "Remove a prefix so it can't be used in this guild",
	OwnerOnly:           false,
	Hidden:              false,
	RequiredPermissions: disgoman.PermissionManageServer,
	Invoke:              removePrefixCommandFunc,
}

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