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];