Fixed %target% capitalization
This commit is contained in:
		| @@ -14,7 +14,7 @@ namespace NadekoBot.Modules.CustomReactions | ||||
|     { | ||||
|         public static Dictionary<string, Func<IUserMessage, string, string>> responsePlaceholders = new Dictionary<string, Func<IUserMessage, string, string>>() | ||||
|         { | ||||
|             {"%target%", (ctx, trigger) => { return ctx.Content.ToLowerInvariant().Substring(trigger.Length); } } | ||||
|             {"%target%", (ctx, trigger) => { return ctx.Content.Substring(trigger.Length); } } | ||||
|         }; | ||||
|  | ||||
|         public static Dictionary<string, Func<IUserMessage, string>> placeholders = new Dictionary<string, Func<IUserMessage, string>>() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user