plugin

package
v0.1.1-0...-520dac2 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 License: AGPL-3.0 Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoadFunction

type LoadFunction func() (string, Plugin)

LoadFunction returns a plugin

type Plugin

type Plugin interface {
	Init(s Settings)
	OnMessage(s *discordgo.Session, m *discordgo.MessageCreate)
	Help() string
	Description() string
	Close(s *discordgo.Session)
}

Plugin ...

type Settings

type Settings struct {
	Session         *discordgo.Session
	PluginsStorages string
}

Settings contains several serveur settings

Jump to

Keyboard shortcuts

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