reactionrole

package
v0.0.0-...-0673446 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ReactionRole = vrouter.Cog{
	Name:     "ReactionRole",
	Handlers: []vrouter.Handler{onReactionAdd},
}
View Source
var Rr = &vrouter.Command{
	Name:        "rr",
	Description: "Adds/removes reaction roles on a message",
	Example:     "rr",
	IgnoreCase:  false,
	Handler: func(ctx *vrouter.Context, args []string) {
		ctx.Send("Added reaction role to message")
	},
}

Functions

This section is empty.

Types

type Add

type Add struct {
	// contains filtered or unexported fields
}

func (*Add) Handler

func (a *Add) Handler()

type Remove

type Remove struct {
	// contains filtered or unexported fields
}

func (*Remove) Handler

func (a *Remove) Handler()

Jump to

Keyboard shortcuts

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