mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
Add support for iOS-style quotation marks
This commit is contained in:
parent
3c7afbfdaa
commit
8f60377d63
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace PluralKit.Bot.CommandSystem
|
||||||
{
|
{
|
||||||
private static readonly Dictionary<char, char> _quotePairs = new Dictionary<char, char>()
|
private static readonly Dictionary<char, char> _quotePairs = new Dictionary<char, char>()
|
||||||
{
|
{
|
||||||
{'\'', '\''}, {'"', '"'}
|
{'\'', '\''}, {'"', '"'}, {'“', '”'}
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly string _cmd;
|
private readonly string _cmd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue