Browse Source

Fix typos

pull/1/head
Sam 5 years ago
parent
commit
a81755e41a
  1. 1
      tcmdAutoReact.go
  2. 2
      types.go

1
tcmdAutoReact.go

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
// +ignore
// +build type_commands autoreactcmd
package main

2
types.go

@ -14,5 +14,5 @@ type Command struct { @@ -14,5 +14,5 @@ type Command struct {
type TypeCommand struct {
Cmd []string // Message types that trigger this command
Description string // A short description of the command
Exec func(keybase.ChatAPI) // A function that takes the command (arg[0]) and any arguments (arg[1:]) as input
Exec func(keybase.ChatAPI) // A function that takes a raw chat message as input
}

Loading…
Cancel
Save