categories

package
v0.0.0-...-694d7ce Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2020 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ADMINISTRATOR = &Category{
	Name:        "Administrator",
	Description: "Administrator commands are commands which help administrate the bot.",
}

ADMINISTRATOR commands are commands which help administrate the bot.

View Source
var CURRENCY = &Category{
	Name:        "Currency",
	Description: "Currency commands are commands which handle a guilds currency.",
}

CURRENCY commands are commands which handle a guilds currency.

View Source
var GAMBLING = &Category{
	Name:        "Gambling",
	Description: "Gambling commands are commands which allow the user to gamble their money.",
}

GAMBLING commands are commands which allow the user to gamble their money.

View Source
var INFORMATIONAL = &Category{
	Name:        "Informational",
	Description: "Informational commands are commands which give information about the bot.",
}

INFORMATIONAL commands are commands which give information about the bot.

Functions

This section is empty.

Types

type Category

type Category struct {
	Name        string `json:"name"`
	Description string `json:"description"`
}

Category defines a category of commands.

Jump to

Keyboard shortcuts

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