event

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	Type EventType

	Bot bool

	GuildID   string
	ChannelID string
	MessageID string
	UserID    string

	Message *proto.Message
	Member  *proto.Member
}

type EventType

type EventType string
const (
	EventMessageCreate EventType = "message_create"
	EventMessageUpdate EventType = "message_update"
	EventMemberJoin    EventType = "member_join"
	EventMemberUpdate  EventType = "member_update"
)

Jump to

Keyboard shortcuts

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