custom reaction responses are no longer lowercase?
This commit is contained in:
		@@ -64,7 +64,7 @@ namespace NadekoBot.Services.CustomReactions
 | 
			
		||||
                .WithOverride("%target%", () => ctx.Content.Substring(resolvedTrigger.Length).Trim())
 | 
			
		||||
                .Build();
 | 
			
		||||
 | 
			
		||||
            str = rep.Replace(str.ToLowerInvariant());
 | 
			
		||||
            str = rep.Replace(str);
 | 
			
		||||
 | 
			
		||||
            foreach (var ph in regexPlaceholders)
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user