1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-25 12:03:33 +00:00
This commit is contained in:
Gregory Rudolph
2019-10-03 12:10:14 -04:00
parent 898b6369aa
commit dfe0f0b27a
6 changed files with 6 additions and 6 deletions

View File

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