package interactions func (i *Interactions) CmdHelloWorld(ix Interaction) (InteractionResponse, error) { return String("Hello world!", true) }