.repinv fix

This commit is contained in:
Kwoth 2016-12-13 00:47:56 +01:00
parent 7365970fe0
commit 4e73f1b43f

View File

@ -93,7 +93,7 @@ namespace NadekoBot.Modules.Administration
return; return;
} }
rep.Reset(); rep.Reset();
await channel.SendConfirmAsync("🔄 " + rep.Repeater.Message).ConfigureAwait(false); await channel.SendMessageAsync("🔄 " + rep.Repeater.Message).ConfigureAwait(false);
} }
[NadekoCommand, Usage, Description, Aliases] [NadekoCommand, Usage, Description, Aliases]