5 lines
145 B
Go
5 lines
145 B
Go
package interactions
|
|
|
|
func (i *Interactions) CmdHelloWorld(ix Interaction) (InteractionResponse, error) {
|
|
return String("Hello world!", true)
|
|
}
|