diff --git a/PluralKit.Bot/CommandSystem/Parameters.cs b/PluralKit.Bot/CommandSystem/Parameters.cs index eccafa46..185cdf9a 100644 --- a/PluralKit.Bot/CommandSystem/Parameters.cs +++ b/PluralKit.Bot/CommandSystem/Parameters.cs @@ -7,7 +7,7 @@ namespace PluralKit.Bot.CommandSystem { private static readonly Dictionary _quotePairs = new Dictionary() { - {'\'', '\''}, {'"', '"'} + {'\'', '\''}, {'"', '"'}, {'“', '”'} }; private readonly string _cmd;