added istyping to translate command
This commit is contained in:
parent
e2ecc6e608
commit
82cfd7cacf
@ -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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user