Versions in this module Expand all Collapse all v1 v1.11.0 Jan 19, 2025 v1.10.0 May 25, 2024 Changes in this version type Module + func (m *Module) Session() *discordgo.Session v1.9.0 Feb 24, 2024 Changes in this version + type DiscordModule interface + Register func(s *discordgo.Session) + type Module struct + func New(ctx context.Context) (*Module, error) + func (m *Module) Open() + func (m *Module) Register(dm DiscordModule)