Versions in this module Expand all Collapse all v0 v0.3.2 May 24, 2025 Changes in this version + const False + const True + type Bool bool + func ParseBool(s string) Bool + func (b Bool) String() string + type Form interface + Create func() discord.MessageCreate + Handle func(event *events.ComponentInteractionCreate) error + type Manager interface + OnComponentInteractionCreate func(event *events.ComponentInteractionCreate) + Send func(channelID snowflake.ID, form Form) error + func NewManager(rest rest.Channels) Manager