.repinv should now reset the repeater
This commit is contained in:
parent
51e45d17a0
commit
9c00d36f40
@ -141,6 +141,7 @@ namespace NadekoBot.Modules.Utility
|
|||||||
}
|
}
|
||||||
var repeater = repList[index].Repeater;
|
var repeater = repList[index].Repeater;
|
||||||
|
|
||||||
|
repList[index].Reset();
|
||||||
await Context.Channel.SendMessageAsync("🔄 " + repeater.Message).ConfigureAwait(false);
|
await Context.Channel.SendMessageAsync("🔄 " + repeater.Message).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user