custom reaction responses are no longer lowercase?
This commit is contained in:
parent
5fc9c18d98
commit
1df7e4d3d0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user