interactions yay!!
This commit is contained in:
parent
b9a05bedf9
commit
f60033a3e4
30 changed files with 716 additions and 44 deletions
5
interactions/cmd_helloworld.go
Normal file
5
interactions/cmd_helloworld.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package interactions
|
||||
|
||||
func (i *Interactions) CmdHelloWorld(ix Interaction) (InteractionResponse, error) {
|
||||
return String("Hello world!", true)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue