added istyping to translate command

This commit is contained in:
Master Kwoth 2016-03-27 05:02:51 +02:00
parent e2ecc6e608
commit 82cfd7cacf

View File

@ -23,6 +23,7 @@ namespace NadekoBot.Modules.Translator
{ {
try try
{ {
await e.Channel.SendIsTyping();
string from = e.GetArg("langs").Split('>')[0]; string from = e.GetArg("langs").Split('>')[0];
string to = e.GetArg("langs").Split('>')[1]; string to = e.GetArg("langs").Split('>')[1];