# Functions
// GetCmdDefs return all slash command definitions.
GetCmdHandler returns a map of command name to all their handler function.
GetComponentHandler returns a map of component ID and the handler function.
Register registers a new slash command.
RegisterCommands register an array of commands to a discord session.
RemoveCommands removes all registered slash commands from all servers the bot is in.
# Variables
Contains all slash commands for this bot.
# Type aliases
A handler function type for slash commands.