Versions in this module Expand all Collapse all v0 v0.3.2 May 24, 2025 Changes in this version + var ErrCommandAlreadyExists = errors.New("command already exists") + type Command interface + Create func() discord.ApplicationCommandCreate + Execute func(event *events.ApplicationCommandInteractionCreate) error + Name func() string + type Manager interface + Deploy func(client bot.Client) error + OnCommandInteractionCreate func(event *events.ApplicationCommandInteractionCreate) + Register func(command Command) error + func NewManager() Manager