.repinv should now reset the repeater
This commit is contained in:
		@@ -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);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user