package
0.16.0
Repository: https://github.com/greatgodapollo/vi.git
Documentation: pkg.go.dev

# Functions

AboutCommandFunc is a CommandRunFunc.
HelpCommandFunc is a CommandRunFunc.
InviteCommandFunc is a CommandRunFunc.
LoadTags loads the tags from a given file.
NewCommandManager instantiates a new CommandManager.
OwnerCommandFunc is a CommandRunFunc.
PingCommandFunc is a CommandRunFunc.
No description provided by the author
SuggestCommandFunc is a CommandRunFunc.
TagCommandFunc is a CommandRunFunc.
TagsCommandFunc is a CommandRunFunc.
UserInfoCommand is a CommandRunFunc.

# Constants

A Command that is able to run anywhere.
A command that is only supposed to run in a Guild.
A Command that is only supposed to run in a personal message.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

A Command represents any given command contained in a bot.
A CommandContext is passed to a CommandRunFunc.
A CommandManager represents a set of prefixes, owners and commands, with some extra utility to create a command handler.

# Type aliases

A CommandFunc is ran whenever a CommandManager gets a message supposed to run the given command.
A CommandManagerOnErrorFunc is a function that will run whenever the CommandManager encounters an error.
A CommandType represents the locations commands can be used.