From 82cfd7cacf86ef1fdd84159ff768e41fb59745a9 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 27 Mar 2016 05:02:51 +0200 Subject: [PATCH] added istyping to translate command --- NadekoBot/Modules/Translator/TranslateCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NadekoBot/Modules/Translator/TranslateCommand.cs b/NadekoBot/Modules/Translator/TranslateCommand.cs index 09b14333..1002843d 100644 --- a/NadekoBot/Modules/Translator/TranslateCommand.cs +++ b/NadekoBot/Modules/Translator/TranslateCommand.cs @@ -23,6 +23,7 @@ namespace NadekoBot.Modules.Translator { try { + await e.Channel.SendIsTyping(); string from = e.GetArg("langs").Split('>')[0]; string to = e.GetArg("langs").Split('>')[1];