.repinv should now reset the repeater

This commit is contained in:
Kwoth 2017-02-09 21:11:33 +01:00
parent 51e45d17a0
commit 9c00d36f40

View File

@ -141,6 +141,7 @@ namespace NadekoBot.Modules.Utility
}
var repeater = repList[index].Repeater;
repList[index].Reset();
await Context.Channel.SendMessageAsync("🔄 " + repeater.Message).ConfigureAwait(false);
}