Add support for iOS-style quotation marks
This commit is contained in:
		@@ -7,7 +7,7 @@ namespace PluralKit.Bot.CommandSystem
 | 
			
		||||
    {
 | 
			
		||||
        private static readonly Dictionary<char, char> _quotePairs = new Dictionary<char, char>()
 | 
			
		||||
        {
 | 
			
		||||
            {'\'', '\''}, {'"', '"'}
 | 
			
		||||
            {'\'', '\''}, {'"', '"'}, {'“', '”'}
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        private readonly string _cmd;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user