typing, reactions

This commit is contained in:
Cynthia Foxwell 2023-07-29 22:29:55 -06:00
parent 20778e93ca
commit 3f6a557e05
5 changed files with 65 additions and 1 deletions

View file

@ -68,6 +68,8 @@ func SendMode() {
prompt = ansi.Color(prompt, "cyan+b")
}
client.Typing(channel.ID)
lib.MakePrompt(prompt, true, func(input string, interrupt bool) {
if input == "" {
if interrupt {