Skip to content

Commit

Permalink
Added say toggle documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LEGOlord208 authored and LEGOlord208 committed Apr 22, 2017
1 parent fb4210f commit bb687dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func printHelp(search string) {
"author_email, author_name, author_avatar, author_bot, embed; 'cache' may be used as message ID.")
help = append(help, "")
}
help = append(help, "say <stuff>\tSend a message in your selected channel.")
help = append(help, "say <stuff>\tSend a message in your selected channel. `say toggle` starts chat-mode, and `toggle` ends it.")
help = append(help, "sayfile <path>\tSend the contents of a file (auto-splitted).")
help = append(help, "big <stuff>\tSend a message, but attempt to make it using emojis!")
help = append(help, "embed <json>\tSend an embed! (ADVANCED!) See https://discordapp.com/developers/docs/resources/channel#embed-object")
Expand Down

0 comments on commit bb687dc

Please sign in to comment.