package
0.0.0-20200922095916-9e0e0dfd6214
Repository: https://github.com/thecodeah/taco-bot.git
Documentation: pkg.go.dev
# Functions
BalanceCommand shows you your balance.
EatCommand replies with a GIF of a taco being eaten, and takes away one taco from the user.
HelpCommand displays information about all commands.
LordCommand replies with the username of the player with the most tacos in the guild.
New creates a new command handler.
PayCommand allows you to transfer funds to another user.
PingCommand sends a "Pong!" message back.
# Structs
CommandHandler stores command information/state.
CommandInfo stores information about a command.
CommandMessage stores information about the message sent by the player.
Config stores command handler configurations.
No description provided by the author
# Type aliases
Command is a function that requires CommandMessage as its argument.
CommandMap stores all command functions by their name.