ratz/src/modules/bartab/tipratz.go

type tipRatzCommand

func (m tipRatzCommand) Launch() commands.LaunchType {}

func (m tipRatzCommand) DelayResponse() bool {}

func (m tipRatzCommand) Inputs() []commands.CommandInput {}

func (m tipRatzCommand) Name() string {}

func (m tipRatzCommand) Description() string {}

func (m tipRatzCommand) Handler() commands.CommandHandler {}

type tipCommandHandler

func (h tipCommandHandler) Flags() discordgo.MessageFlags {}

func (h tipCommandHandler) Handle(c commands.CommandActivation) {}

func TipRatz(c commands.CommandActivation) {}