mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Namespace changes to make them make sense
This commit is contained in:
@@ -28,7 +28,7 @@ public class YamlSeria : IConfigSeria
|
||||
me =>
|
||||
{
|
||||
var str = me.Groups["code"].Value;
|
||||
var newString = YamlHelper.UnescapeUnicodeCodePoint(str);
|
||||
var newString = str.UnescapeUnicodeCodePoint();
|
||||
return newString;
|
||||
});
|
||||
return output;
|
||||
|
Reference in New Issue
Block a user