mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 14:27:23 +00:00
Fix typos
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
// +ignore
|
||||||
// +build type_commands autoreactcmd
|
// +build type_commands autoreactcmd
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|||||||
2
types.go
2
types.go
@ -14,5 +14,5 @@ type Command struct {
|
|||||||
type TypeCommand struct {
|
type TypeCommand struct {
|
||||||
Cmd []string // Message types that trigger this command
|
Cmd []string // Message types that trigger this command
|
||||||
Description string // A short description of the 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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user