modules

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GeneralModule = &gourd.Module{
	Name:      "General",
	Inhibitor: gourd.NilInhibitor{},
	Commands: []*gourd.Command{
		ping(),
	},
}
View Source
var ModerationModule = &gourd.Module{
	Name: "Moderation",
	Inhibitor: gourd.PermissionInhibitor{
		Value:    disgord.PermissionManageServer,
		Response: "You need the Manage Server permission to use this command!",
	},
	Commands: []*gourd.Command{kick(), ban()},
}

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