v4/interactions/cmd_helloworld.go
2025-03-25 21:26:24 -07:00

5 lines
145 B
Go

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