1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-25 12:03:33 +00:00

Update helptext + download?

This commit is contained in:
Gregory Rudolph
2019-10-03 11:31:25 -04:00
parent 20c194728d
commit 898b6369aa
7 changed files with 13 additions and 11 deletions

View File

@ -11,7 +11,7 @@ import (
func init() {
command := Command{
Cmd: []string{"join", "j"},
Description: "Join a channel",
Description: "/j $team/user $channel - Join a chat, $user or $team $channel",
Help: "",
Exec: cmdJoin,
}