Documentation ¶
Index ¶
- Constants
- func Obscure(val string) string
- type Elements
- func (e *Elements) Autocomplete(c sevcord.Ctx, val any) []sevcord.Choice
- func (e *Elements) ColorCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) Combine(c sevcord.Ctx, elemVals []string)
- func (e *Elements) DeleteComboCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) EditElementColorCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) EditElementCommentCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) EditElementCreatedonCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) EditElementCreatorCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) EditElementImageCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) EditElementNameCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) Hint(c sevcord.Ctx, opts []any)
- func (e *Elements) HintHandler(c sevcord.Ctx, params string)
- func (e *Elements) Idea(c sevcord.Ctx, opts []any)
- func (e *Elements) IdeaHandler(c sevcord.Ctx, params string)
- func (e *Elements) ImageCmd(c sevcord.Ctx, id int, image string)
- func (e *Elements) Info(c sevcord.Ctx, el int)
- func (e *Elements) InfoMsgCmd(c sevcord.Ctx, val string)
- func (e *Elements) InfoSlashCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) Init()
- func (e *Elements) MsgSignCmd(c sevcord.Ctx, elem string, mark string)
- func (e *Elements) Next(c sevcord.Ctx, opts []any)
- func (e *Elements) NextHandler(c sevcord.Ctx, params string)
- func (e *Elements) Products(c sevcord.Ctx, opts []any)
- func (e *Elements) SignCmd(c sevcord.Ctx, opts []any)
- func (e *Elements) Suggest(c sevcord.Ctx, opts []any)
Constants ¶
View Source
const MaxIdeaReqs = 7
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Elements ¶
type Elements struct {
// contains filtered or unexported fields
}
func NewElements ¶
func (*Elements) Autocomplete ¶
func (*Elements) DeleteComboCmd ¶
func (*Elements) EditElementColorCmd ¶
func (*Elements) EditElementCommentCmd ¶
func (*Elements) EditElementCreatedonCmd ¶
func (*Elements) EditElementCreatorCmd ¶
func (*Elements) EditElementImageCmd ¶
func (*Elements) EditElementNameCmd ¶
func (*Elements) HintHandler ¶
Format: user|elementid|query
func (*Elements) IdeaHandler ¶
Format: user|query|count
func (*Elements) InfoMsgCmd ¶
func (*Elements) InfoSlashCmd ¶
func (*Elements) MsgSignCmd ¶
func (*Elements) NextHandler ¶
Format: user|query|offset
Click to show internal directories.
Click to hide internal directories.